#164521

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

Shades of Deep Fir #164521

Tints of Deep Fir #164521

Color information

#164521 (or 0x164521) is unknown color: approx Deep Fir. HEX triplet: 16, 45 and 21. RGB value is (22,69,33). Sum of RGB (Red+Green+Blue) = 22+69+33=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #164521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164521 is #E9BADE. Grayscale: #323232. Windows color (decimal): -15317727 or 2180374. OLE color: 2180374.

HSL color Cylindrical-coordinate representation of color #164521: hue angle of 134.04º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #164521 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.

Color convert

RGB226933-
CMYK0.6800.520.73
HSL134.04º51.65%17.84%-
HSV(B)134.04º68.12%27.06%-
XYZ2.734.542.17-
YUV50.84117.93107.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 69 (27.34% from 255) = 55.65%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=17.74%
G=55.65%
B=26.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2269330.6800.520.73134.0451.6517.84
Hex1645214403449863412
Octal26105411040641112066422
Binary1011010001011000011000100011010010010011000011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164521; }

 p { color: rgb(22,69,33); }

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

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

 a { background-color: rgb(22,69,33); }

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

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

 span { border-color: rgb(22,69,33); }

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