#091900

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

Shades of Pine Tree #091900

Tints of Pine Tree #091900

Color information

#091900 (or 0x091900) is unknown color: approx Pine Tree. HEX triplet: 09, 19 and 00. RGB value is (9,25,0). Sum of RGB (Red+Green+Blue) = 9+25+0=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 25 (10.16% from 255 or 73.53% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 25 - color contains mainly: green. Hex color #091900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091900 is #F6E6FF. Grayscale: #111111. Windows color (decimal): -16180992 or 6409. OLE color: 6409.

HSL color Cylindrical-coordinate representation of color #091900: hue angle of 98.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #091900 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB9250-
CMYK0.64010.90
HSL98.4º100%4.9%-
HSV(B)98.4º100%9.8%-
XYZ0.460.750.12-
YUV17.37118.2122.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 26.47%
GREEN value IS 25 (10.16% from 255) = 73.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.47%
G=73.53%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal92500.64010.9098.41004.9
Hex9190400645A62645
Octal1131010001441321421445
Binary1001110010100000001100100101101011000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091900; }

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

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

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

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

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

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

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

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