#091600

Color #091600 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #091600

Tints of Pine Tree #091600

Color information

#091600 (or 0x091600) is unknown color: approx Pine Tree. HEX triplet: 09, 16 and 00. RGB value is (9,22,0). Sum of RGB (Red+Green+Blue) = 9+22+0=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 22 (8.98% from 255 or 70.97% from 31); Blue value is 0 (0.39% from 255 or 0% from 31); Max value from RGB is 22 - color contains mainly: green. Hex color #091600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091600 is #F6E9FF. Grayscale: #0F0F0F. Windows color (decimal): -16181760 or 5641. OLE color: 5641.

HSL color Cylindrical-coordinate representation of color #091600: hue angle of 95.45º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091600 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.91.

Color convert

RGB9220-
CMYK0.59010.91
HSL95.45º100%4.31%-
HSV(B)95.45º100%8.63%-
XYZ0.40.630.1-
YUV15.6119.19123.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 22 (8.98% from 255) = 70.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.03%
G=70.97%
B=0%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal92200.59010.9195.451004.31
Hex91603B0645B5f644
Octal112607301441331371444
Binary100110110011101101100100101101110111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091600; }

 p { color: rgb(9,22,0); }

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

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

 a { background-color: rgb(9,22,0); }

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

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

 span { border-color: rgb(9,22,0); }

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