Html Css Color HEX #050804 Pine Tree

📋 copy color: '#050804'

red 5 ◦ green 8 ◦ blue 4

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

Shades of Pine Tree #050804

Tints of Pine Tree #050804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 47.06%

 BLUE value IS 4 (1.95% from 255) = 23.53%

R = 29.41%
G = 47.06%
B = 23.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.5

 K value IS 0.97

RGB Variations

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

Color information

#050804 (or 0x050804) is known color: Pine Tree. HEX triplet: 05, 08 and 04. RGB value is (5,8,4). Sum of RGB (Red+Green+Blue) = 5+8+4=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 8 (3.52% from 255 or 47.06% from 17); Blue value is 4 (1.95% from 255 or 23.53% from 17); Max value from RGB is 8 - color contains mainly: green. Hex color #050804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050804 is #FAF7FB. Grayscale: #060606. Windows color (decimal): -16447484 or 264197. OLE color: 264197.

HSL color Cylindrical-coordinate representation of color #050804: hue angle of 105º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050804 is Cyan = 0.38, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 8 4 -
CMYK 0.38 0 0.5 0.97
HSL 105º 0.33% 0.02% -
HSV(B) 105º 0.5% 0.03% -
XYZ 0.17 0.21 0.15 -
YUV 6.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 5 8 4 0.38 0 0.5 0.97 105 0.33 0.02
Hex 5 8 4 26 0 32 61 69 21 2
Octal 5 10 4 46 0 62 141 151 41 2
Binary 101 1000 100 100110 0 110010 1100001 1101001 100001 10

Color Harmonies of #050804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050804

Black with #050804

Text Example


Text Example

White with #050804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050804; }

 p { color: rgb(5,8,4); }

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

background-color css

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

 a { background-color: rgb(5,8,4); }

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

border-color css

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

 span { border-color: rgb(5,8,4); }

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