#091504

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

Shades of Pine Tree #091504

Tints of Pine Tree #091504

Color information

#091504 (or 0x091504) is unknown color: approx Pine Tree. HEX triplet: 09, 15 and 04. RGB value is (9,21,4). Sum of RGB (Red+Green+Blue) = 9+21+4=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 21 (8.59% from 255 or 61.76% from 34); Blue value is 4 (1.95% from 255 or 11.76% from 34); Max value from RGB is 21 - color contains mainly: green. Hex color #091504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091504 is #F6EAFB. Grayscale: #0F0F0F. Windows color (decimal): -16182012 or 267529. OLE color: 267529.

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

Color convert

RGB9214-
CMYK0.5700.810.92
HSL102.35º68%4.9%-
HSV(B)102.35º80.95%8.24%-
XYZ0.40.60.21-
YUV15.47121.52123.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 26.47%
GREEN value IS 21 (8.59% from 255) = 61.76%
BLUE value IS 4 (1.95% from 255) = 11.76%
R=26.47%
G=61.76%
B=11.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92140.5700.810.92102.35684.9
Hex9154390515C66445
Octal112547101211341461045
Binary10011010110011100101010001101110011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091504; }

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

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

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

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

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

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

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

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