Html Css Color HEX #050901 Pine Tree

📋 copy color: '#050901'

red 5 ◦ green 9 ◦ blue 1

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

Shades of Pine Tree #050901

Tints of Pine Tree #050901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 6.67%

R = 33.33%
G = 60%
B = 6.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.96

RGB Variations

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

Color information

#050901 (or 0x050901) is known color: Pine Tree. HEX triplet: 05, 09 and 01. RGB value is (5,9,1). Sum of RGB (Red+Green+Blue) = 5+9+1=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 1 (0.78% from 255 or 6.67% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #050901 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050901 is #FAF6FE. Grayscale: #060606. Windows color (decimal): -16447231 or 67845. OLE color: 67845.

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

Color convert

RGB 5 9 1 -
CMYK 0.44 0 0.89 0.96
HSL 90º 0.8% 0.02% -
HSV(B) 90º 0.89% 0.04% -
XYZ 0.17 0.23 0.06 -
YUV 6.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 5 9 1 0.44 0 0.89 0.96 90 0.8 0.02
Hex 5 9 1 2C 0 59 60 5A 50 2
Octal 5 11 1 54 0 131 140 132 120 2
Binary 101 1001 1 101100 0 1011001 1100000 1011010 1010000 10

Color Harmonies of #050901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050901

Black with #050901

Text Example


Text Example

White with #050901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050901; }

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

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

background-color css

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

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

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

border-color css

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

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

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