#091503

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

Shades of Pine Tree #091503

Tints of Pine Tree #091503

Color information

#091503 (or 0x091503) is unknown color: approx Pine Tree. HEX triplet: 09, 15 and 03. RGB value is (9,21,3). Sum of RGB (Red+Green+Blue) = 9+21+3=33 (4% of max value = 765). Red value is 9 (3.91% from 255 or 27.27% from 33); Green value is 21 (8.59% from 255 or 63.64% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 21 - color contains mainly: green. Hex color #091503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091503 is #F6EAFC. Grayscale: #0F0F0F. Windows color (decimal): -16182013 or 201993. OLE color: 201993.

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

Color convert

RGB9213-
CMYK0.5700.860.92
HSL100º75%4.71%-
HSV(B)100º85.71%8.24%-
XYZ0.40.60.18-
YUV15.36121.02123.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 27.27%
GREEN value IS 21 (8.59% from 255) = 63.64%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=27.27%
G=63.64%
B=9.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal92130.5700.860.92100754.71
Hex9153390565C644b5
Octal112537101261341441135
Binary1001101011111100101010110101110011001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091503; }

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

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

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

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

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

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

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

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