#091304

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

Shades of Pine Tree #091304

Tints of Pine Tree #091304

Color information

#091304 (or 0x091304) is unknown color: approx Pine Tree. HEX triplet: 09, 13 and 04. RGB value is (9,19,4). Sum of RGB (Red+Green+Blue) = 9+19+4=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 4 (1.95% from 255 or 12.5% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #091304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091304 is #F6ECFB. Grayscale: #0E0E0E. Windows color (decimal): -16182524 or 267017. OLE color: 267017.

HSL color Cylindrical-coordinate representation of color #091304: hue angle of 100º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #091304 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB9194-
CMYK0.5300.790.93
HSL100º65.22%4.51%-
HSV(B)100º78.95%7.45%-
XYZ0.370.530.2-
YUV14.3122.19124.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 28.12%
GREEN value IS 19 (7.81% from 255) = 59.38%
BLUE value IS 4 (1.95% from 255) = 12.5%
R=28.12%
G=59.38%
B=12.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91940.5300.790.9310065.224.51
Hex91343504F5D64415
Octal112346501171351441015
Binary10011001110011010101001111101110111001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091304; }

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

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

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

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

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

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

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

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