#091300

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

Shades of Pine Tree #091300

Tints of Pine Tree #091300

Color information

#091300 (or 0x091300) is unknown color: approx Pine Tree. HEX triplet: 09, 13 and 00. RGB value is (9,19,0). Sum of RGB (Red+Green+Blue) = 9+19+0=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #091300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091300 is #F6ECFF. Grayscale: #0D0D0D. Windows color (decimal): -16182528 or 4873. OLE color: 4873.

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

Color convert

RGB9190-
CMYK0.53010.93
HSL91.58º100%3.73%-
HSV(B)91.58º100%7.45%-
XYZ0.350.520.08-
YUV13.84120.19124.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 19 (7.81% from 255) = 67.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.14%
G=67.86%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal91900.53010.9391.581003.73
Hex9130350645D5c644
Octal112306501441351341444
Binary100110011011010101100100101110110111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091300; }

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

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

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

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

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

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

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

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