#091100

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

Shades of Pine Tree #091100

Tints of Pine Tree #091100

Color information

#091100 (or 0x091100) is unknown color: approx Pine Tree. HEX triplet: 09, 11 and 00. RGB value is (9,17,0). Sum of RGB (Red+Green+Blue) = 9+17+0=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #091100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091100 is #F6EEFF. Grayscale: #0C0C0C. Windows color (decimal): -16183040 or 4361. OLE color: 4361.

HSL color Cylindrical-coordinate representation of color #091100: hue angle of 88.24º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091100 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB9170-
CMYK0.47010.93
HSL88.24º100%3.33%-
HSV(B)88.24º100%6.67%-
XYZ0.310.460.07-
YUV12.67120.85125.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 34.62%
GREEN value IS 17 (7.03% from 255) = 65.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=34.62%
G=65.38%
B=0%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91700.47010.9388.241003.33
Hex91102F0645D58643
Octal112105701441351301443
Binary10011000101011110110010010111011011000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091100; }

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

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

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

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

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

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

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

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