Html Css Color HEX #091600 Pine Tree

📋 copy color: '#091600'

red 9 ◦ green 22 ◦ blue 0

#091600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #091600

Tints of Pine Tree #091600

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 value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#091600 (or 0x091600) is known color: 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

RGB 9 22 0 -
CMYK 0.59 0 1 0.91
HSL 95.45º 1% 0.04% -
HSV(B) 95.45º 1% 0.09% -
XYZ 0.4 0.63 0.1 -
YUV 15.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 9 22 0 0.59 0 1 0.91 95.45 1 0.04
Hex 9 16 0 3B 0 64 5B 5F 64 4
Octal 11 26 0 73 0 144 133 137 144 4
Binary 1001 10110 0 111011 0 1100100 1011011 1011111 1100100 100

Color Harmonies of #091600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091600

Black with #091600

Text Example


Text Example

White with #091600

Text Example


Text Example

HTML Codes & Css Web 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>