#091501

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

Shades of Pine Tree #091501

Tints of Pine Tree #091501

Color information

#091501 (or 0x091501) is unknown color: approx Pine Tree. HEX triplet: 09, 15 and 01. RGB value is (9,21,1). Sum of RGB (Red+Green+Blue) = 9+21+1=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 21 (8.59% from 255 or 67.74% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 21 - color contains mainly: green. Hex color #091501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091501 is #F6EAFE. Grayscale: #0F0F0F. Windows color (decimal): -16182015 or 70921. OLE color: 70921.

HSL color Cylindrical-coordinate representation of color #091501: hue angle of 96º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091501 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB9211-
CMYK0.5700.950.92
HSL96º90.91%4.31%-
HSV(B)96º95.24%8.24%-
XYZ0.390.60.12-
YUV15.13120.02123.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 29.03%
GREEN value IS 21 (8.59% from 255) = 67.74%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=29.03%
G=67.74%
B=3.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92110.5700.950.929690.914.31
Hex91513905F5C605b4
Octal112517101371341401334
Binary100110101111100101011111101110011000001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091501; }

 p { color: rgb(9,21,1); }

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

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

 a { background-color: rgb(9,21,1); }

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

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

 span { border-color: rgb(9,21,1); }

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