Html Css Color HEX #050900 Pine Tree

📋 copy color: '#050900'

red 5 ◦ green 9 ◦ blue 0

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

Shades of Pine Tree #050900

Tints of Pine Tree #050900

RGB

 RED value IS 5 (2.34% from 255) = 35.71%

 GREEN value IS 9 (3.91% from 255) = 64.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.71%
G = 64.29%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.96

RGB Variations

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

Color information

#050900 (or 0x050900) is known color: Pine Tree. HEX triplet: 05, 09 and 00. RGB value is (5,9,0). Sum of RGB (Red+Green+Blue) = 5+9+0=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 9 (3.91% from 255 or 64.29% from 14); Blue value is 0 (0.39% from 255 or 0% from 14); Max value from RGB is 9 - color contains mainly: green. Hex color #050900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050900 is #FAF6FF. Grayscale: #060606. Windows color (decimal): -16447232 or 2309. OLE color: 2309.

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

Color convert

RGB 5 9 0 -
CMYK 0.44 0 1 0.96
HSL 86.67º 1% 0.02% -
HSV(B) 86.67º 1% 0.04% -
XYZ 0.16 0.23 0.04 -
YUV 6.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 5 9 0 0.44 0 1 0.96 86.67 1 0.02
Hex 5 9 0 2C 0 64 60 57 64 2
Octal 5 11 0 54 0 144 140 127 144 2
Binary 101 1001 0 101100 0 1100100 1100000 1010111 1100100 10

Color Harmonies of #050900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050900

Black with #050900

Text Example


Text Example

White with #050900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050900; }

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

 H1.HeaderClassName
 {
   color: #050900;
 }
 .AnyTagClassName
 {
   color: #050900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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