#164327

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

Shades of Deep Fir #164327

Tints of Deep Fir #164327

Color information

#164327 (or 0x164327) is unknown color: approx Deep Fir. HEX triplet: 16, 43 and 27. RGB value is (22,67,39). Sum of RGB (Red+Green+Blue) = 22+67+39=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #164327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164327 is #E9BCD8. Grayscale: #323232. Windows color (decimal): -15318233 or 2573078. OLE color: 2573078.

HSL color Cylindrical-coordinate representation of color #164327: hue angle of 142.67º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #164327 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB226739-
CMYK0.6700.420.74
HSL142.67º50.56%17.45%-
HSV(B)142.67º67.16%26.27%-
XYZ2.74.332.61-
YUV50.35121.59107.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 67 (26.56% from 255) = 52.34%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=17.19%
G=52.34%
B=30.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267390.6700.420.74142.6750.5617.45
Hex1643274302A4A8f3311
Octal26103471030521122176321
Binary1011010000111001111000011010101010010101000111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164327; }

 p { color: rgb(22,67,39); }

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

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

 a { background-color: rgb(22,67,39); }

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

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

 span { border-color: rgb(22,67,39); }

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