Html Css Color HEX #090C04 Pine Tree

📋 copy color: '#090C04'

red 9 ◦ green 12 ◦ blue 4

#090C04
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #090C04

Tints of Pine Tree #090C04

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 value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.95

RGB Variations

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

Color information

#090C04 (or 0x090C04) is known color: 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

RGB 9 12 4 -
CMYK 0.25 0 0.67 0.95
HSL 82.5º 0.5% 0.03% -
HSV(B) 82.5º 0.67% 0.05% -
XYZ 0.27 0.33 0.16 -
YUV 10.19 124.51 127.15 -
System Red Green Blue C M Y K H S L
Decimal 9 12 4 0.25 0 0.67 0.95 82.5 0.5 0.03
Hex 9 C 4 19 0 43 5F 52 32 3
Octal 11 14 4 31 0 103 137 122 62 3
Binary 1001 1100 100 11001 0 1000011 1011111 1010010 110010 11

Color Harmonies of #090C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C04

Black with #090C04

Text Example


Text Example

White with #090C04

Text Example


Text Example

HTML Codes & Css Web 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>