#164B24

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

Shades of Deep Fir #164B24

Tints of Deep Fir #164B24

Color information

#164B24 (or 0x164B24) is unknown color: approx Deep Fir. HEX triplet: 16, 4B and 24. RGB value is (22,75,36). Sum of RGB (Red+Green+Blue) = 22+75+36=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #164B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164B24 is #E9B4DB. Grayscale: #363636. Windows color (decimal): -15316188 or 2378518. OLE color: 2378518.

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

Color convert

RGB227536-
CMYK0.7100.520.71
HSL135.85º54.64%19.02%-
HSV(B)135.85º70.67%29.41%-
XYZ3.175.332.53-
YUV54.71117.44104.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=16.54%
G=56.39%
B=27.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2275360.7100.520.71135.8554.6419.02
Hex164B244703447883713
Octal26113441070641072106723
Binary1011010010111001001000111011010010001111000100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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