#090C05

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

Shades of Pine Tree #090C05

Tints of Pine Tree #090C05

Color information

#090C05 (or 0x090C05) is unknown color: approx Pine Tree. HEX triplet: 09, 0C and 05. RGB value is (9,12,5). Sum of RGB (Red+Green+Blue) = 9+12+5=26 (3% of max value = 765). Red value is 9 (3.91% from 255 or 34.62% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #090C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C05 is #F6F3FA. Grayscale: #0A0A0A. Windows color (decimal): -16184315 or 330761. OLE color: 330761.

HSL color Cylindrical-coordinate representation of color #090C05: hue angle of 85.71º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #090C05 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.95.

Color convert

RGB9125-
CMYK0.2500.580.95
HSL85.71º41.18%3.33%-
HSV(B)85.71º58.33%4.71%-
XYZ0.270.330.19-
YUV10.3125.01127.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 34.62%
GREEN value IS 12 (5.08% from 255) = 46.15%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=34.62%
G=46.15%
B=19.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91250.2500.580.9585.7141.183.33
Hex9C51903A5F56293
Octal1114531072137126513
Binary100111001011100101110101011111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C05; }

 p { color: rgb(9,12,5); }

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

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

 a { background-color: rgb(9,12,5); }

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

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

 span { border-color: rgb(9,12,5); }

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