#18724F

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

Shades of Salem #18724F

Tints of Salem #18724F

Color information

#18724F (or 0x18724F) is unknown color: approx Salem. HEX triplet: 18, 72 and 4F. RGB value is (24,114,79). Sum of RGB (Red+Green+Blue) = 24+114+79=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #18724F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18724F is #E78DB0. Grayscale: #535353. Windows color (decimal): -15175089 or 5206552. OLE color: 5206552.

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

Color convert

RGB2411479-
CMYK0.7900.310.55
HSL156.67º65.22%27.06%-
HSV(B)156.67º78.95%44.71%-
XYZ7.8112.799.46-
YUV83.1125.6885.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=11.06%
G=52.53%
B=36.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114790.7900.310.55156.6765.2227.06
Hex18724F4F01F379d411b
Octal301621171170376723510133
Binary1100011100101001111100111101111111011110011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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