#163924

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

Shades of Deep Fir #163924

Tints of Deep Fir #163924

Color information

#163924 (or 0x163924) is unknown color: approx Deep Fir. HEX triplet: 16, 39 and 24. RGB value is (22,57,36). Sum of RGB (Red+Green+Blue) = 22+57+36=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #163924 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163924 is #E9C6DB. Grayscale: #2C2C2C. Windows color (decimal): -15320796 or 2373910. OLE color: 2373910.

HSL color Cylindrical-coordinate representation of color #163924: hue angle of 144º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163924 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB225736-
CMYK0.6100.370.78
HSL144º44.3%15.49%-
HSV(B)144º61.4%22.35%-
XYZ2.113.222.18-
YUV44.14123.4112.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=19.13%
G=49.57%
B=31.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2257360.6100.370.7814444.315.49
Hex1639243D0254E902cf
Octal267144750451162205417
Binary1011011100110010011110101001011001110100100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163924; }

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

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

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

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

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

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

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

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