#164C23

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

Shades of Deep Fir #164C23

Tints of Deep Fir #164C23

Color information

#164C23 (or 0x164C23) is unknown color: approx Deep Fir. HEX triplet: 16, 4C and 23. RGB value is (22,76,35). Sum of RGB (Red+Green+Blue) = 22+76+35=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 76 (30.08% from 255 or 57.14% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 76 - color contains mainly: green. Hex color #164C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164C23 is #E9B3DC. Grayscale: #373737. Windows color (decimal): -15315933 or 2313238. OLE color: 2313238.

HSL color Cylindrical-coordinate representation of color #164C23: hue angle of 134.44º 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 #164C23 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB227635-
CMYK0.7100.540.70
HSL134.44º55.1%19.22%-
HSV(B)134.44º71.05%29.8%-
XYZ3.225.462.47-
YUV55.18116.61104.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 76 (30.08% from 255) = 57.14%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=16.54%
G=57.14%
B=26.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2276350.7100.540.70134.4455.119.22
Hex164C234703646863713
Octal26114431070661062066723
Binary1011010011001000111000111011011010001101000011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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