Html Css Color HEX #050604 Pine Tree

📋 copy color: '#050604'

red 5 ◦ green 6 ◦ blue 4

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

Shades of Pine Tree #050604

Tints of Pine Tree #050604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 40%

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

R = 33.33%
G = 40%
B = 26.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.98

RGB Variations

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

Color information

#050604 (or 0x050604) is known color: Pine Tree. HEX triplet: 05, 06 and 04. RGB value is (5,6,4). Sum of RGB (Red+Green+Blue) = 5+6+4=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 6 (2.73% from 255 or 40% from 15); Blue value is 4 (1.95% from 255 or 26.67% from 15); Max value from RGB is 6 - color contains mainly: green. Hex color #050604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050604 is #FAF9FB. Grayscale: #050505. Windows color (decimal): -16447996 or 263685. OLE color: 263685.

HSL color Cylindrical-coordinate representation of color #050604: hue angle of 90º degrees, saturation: 0.2, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #050604 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 6 4 -
CMYK 0.17 0 0.33 0.98
HSL 90º 0.2% 0.02% -
HSV(B) 90º 0.33% 0.02% -
XYZ 0.15 0.17 0.14 -
YUV 5.47 127.17 127.66 -
System Red Green Blue C M Y K H S L
Decimal 5 6 4 0.17 0 0.33 0.98 90 0.2 0.02
Hex 5 6 4 11 0 21 62 5A 14 2
Octal 5 6 4 21 0 41 142 132 24 2
Binary 101 110 100 10001 0 100001 1100010 1011010 10100 10

Color Harmonies of #050604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050604

Black with #050604

Text Example


Text Example

White with #050604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050604; }

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

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

background-color css

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

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

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

border-color css

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

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

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