#16361E

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

Shades of Deep Fir #16361E

Tints of Deep Fir #16361E

Color information

#16361E (or 0x16361E) is unknown color: approx Deep Fir. HEX triplet: 16, 36 and 1E. RGB value is (22,54,30). Sum of RGB (Red+Green+Blue) = 22+54+30=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #16361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361E is #E9C9E1. Grayscale: #292929. Windows color (decimal): -15321570 or 1979926. OLE color: 1979926.

HSL color Cylindrical-coordinate representation of color #16361E: hue angle of 135º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16361E is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB225430-
CMYK0.5900.440.79
HSL135º42.11%14.9%-
HSV(B)135º59.26%21.18%-
XYZ1.882.91.69-
YUV41.7121.4113.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 54 (21.48% from 255) = 50.94%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=20.75%
G=50.94%
B=28.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2254300.5900.440.7913542.1114.9
Hex16361E3B02C4F872af
Octal266636730541172075217
Binary101101101101111011101101011001001111100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16361E; }

 p { color: rgb(22,54,30); }

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

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

 a { background-color: rgb(22,54,30); }

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

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

 span { border-color: rgb(22,54,30); }

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