#164C24

Color #164C24 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #164C24

Tints of Deep Fir #164C24

Color information

#164C24 (or 0x164C24) is unknown color: approx Deep Fir. HEX triplet: 16, 4C and 24. RGB value is (22,76,36). Sum of RGB (Red+Green+Blue) = 22+76+36=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #164C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C24 is #E9B3DB. Grayscale: #373737. Windows color (decimal): -15315932 or 2378774. OLE color: 2378774.

HSL color Cylindrical-coordinate representation of color #164C24: hue angle of 135.56º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #164C24 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.70.

Color convert

RGB227636-
CMYK0.7100.530.70
HSL135.56º55.1%19.22%-
HSV(B)135.56º71.05%29.8%-
XYZ3.235.472.55-
YUV55.29117.11104.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 76 (30.08% from 255) = 56.72%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=16.42%
G=56.72%
B=26.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2276360.7100.530.70135.5655.119.22
Hex164C244703546883713
Octal26114441070651062106723
Binary1011010011001001001000111011010110001101000100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C24; }

 p { color: rgb(22,76,36); }

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

<style>
 a { background-color: #164C24; }

 a { background-color: rgb(22,76,36); }

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

<style>
 span { border-color: #164C24; }

 span { border-color: rgb(22,76,36); }

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