#090C04

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

Shades of Pine Tree #090C04

Tints of Pine Tree #090C04

Color information

#090C04 (or 0x090C04) is unknown color: approx Pine Tree. HEX triplet: 09, 0C and 04. RGB value is (9,12,4). Sum of RGB (Red+Green+Blue) = 9+12+4=25 (3% of max value = 765). Red value is 9 (3.91% from 255 or 36% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #090C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C04 is #F6F3FB. Grayscale: #0A0A0A. Windows color (decimal): -16184316 or 265225. OLE color: 265225.

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

Color convert

RGB9124-
CMYK0.2500.670.95
HSL82.5º50%3.14%-
HSV(B)82.5º66.67%4.71%-
XYZ0.270.330.16-
YUV10.19124.51127.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 36%
GREEN value IS 12 (5.08% from 255) = 48%
BLUE value IS 4 (1.95% from 255) = 16%
R=36%
G=48%
B=16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91240.2500.670.9582.5503.14
Hex9C4190435F52323
Octal11144310103137122623
Binary1001110010011001010000111011111101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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