#10873F

Color #10873F Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #10873F

Tints of Salem #10873F

Color information

#10873F (or 0x10873F) is unknown color: approx Salem. HEX triplet: 10, 87 and 3F. RGB value is (16,135,63). Sum of RGB (Red+Green+Blue) = 16+135+63=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 135 (53.12% from 255 or 63.08% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 135 - color contains mainly: green. Hex color #10873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10873F is #EF78C0. Grayscale: #5B5B5B. Windows color (decimal): -15694017 or 4163344. OLE color: 4163344.

HSL color Cylindrical-coordinate representation of color #10873F: hue angle of 143.7º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10873F is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1613563-
CMYK0.8800.530.47
HSL143.7º78.81%29.61%-
HSV(B)143.7º88.15%52.94%-
XYZ9.7717.87.62-
YUV91.21112.0874.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 135 (53.12% from 255) = 63.08%
BLUE value IS 63 (25% from 255) = 29.44%
R=7.48%
G=63.08%
B=29.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135630.8800.530.47143.778.8129.61
Hex10873F580352F904f1e
Octal20207771300655722011736
Binary10000100001111111111011000011010110111110010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10873F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10873F; }

 p { color: rgb(16,135,63); }

 H1.HeaderClassName
 {
   color: #10873F;
 }
 .AnyTagClassName
 {
   color: #10873F;
 }
</style>
background-color css

<style>
 a { background-color: #10873F; }

 a { background-color: rgb(16,135,63); }

 div.DivClassName
 {
   background-color: #10873F;
 }
 .BgClassName
 {
   background-color: #10873F;
 }
</style>
border-color css

<style>
 span { border-color: #10873F; }

 span { border-color: rgb(16,135,63); }

 td.TdClassName
 {
   border-color: #10873F;
 }
 .TagClassName
 {
   border-color: #10873F;
 }
</style>