#091405

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

Shades of Pine Tree #091405

Tints of Pine Tree #091405

Color information

#091405 (or 0x091405) is unknown color: approx Pine Tree. HEX triplet: 09, 14 and 05. RGB value is (9,20,5). Sum of RGB (Red+Green+Blue) = 9+20+5=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #091405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091405 is #F6EBFA. Grayscale: #0F0F0F. Windows color (decimal): -16182267 or 332809. OLE color: 332809.

HSL color Cylindrical-coordinate representation of color #091405: hue angle of 104º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #091405 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB9205-
CMYK0.5500.750.92
HSL104º60%4.9%-
HSV(B)104º75%7.84%-
XYZ0.390.570.23-
YUV15122.36123.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 26.47%
GREEN value IS 20 (8.20% from 255) = 58.82%
BLUE value IS 5 (2.34% from 255) = 14.71%
R=26.47%
G=58.82%
B=14.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92050.5500.750.92104604.9
Hex91453704B5C683c5
Octal11245670113134150745
Binary1001101001011101110100101110111001101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091405; }

 p { color: rgb(9,20,5); }

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

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

 a { background-color: rgb(9,20,5); }

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

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

 span { border-color: rgb(9,20,5); }

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