#18704F

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

Shades of Salem #18704F

Tints of Salem #18704F

Color information

#18704F (or 0x18704F) is unknown color: approx Salem. HEX triplet: 18, 70 and 4F. RGB value is (24,112,79). Sum of RGB (Red+Green+Blue) = 24+112+79=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #18704F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18704F is #E78FB0. Grayscale: #515151. Windows color (decimal): -15175601 or 5206040. OLE color: 5206040.

HSL color Cylindrical-coordinate representation of color #18704F: hue angle of 157.5º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18704F is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB2411279-
CMYK0.7900.290.56
HSL157.5º64.71%26.67%-
HSV(B)157.5º78.57%43.92%-
XYZ7.5812.359.38-
YUV81.93126.3586.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.16%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=11.16%
G=52.09%
B=36.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112790.7900.290.56157.564.7126.67
Hex18704F4F01D389e411b
Octal301601171170357023610133
Binary1100011100001001111100111101110111100010011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,112,79); }

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

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

 a { background-color: rgb(24,112,79); }

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

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

 span { border-color: rgb(24,112,79); }

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