Html Css Color HEX #050704 Pine Tree

📋 copy color: '#050704'

red 5 ◦ green 7 ◦ blue 4

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

Shades of Pine Tree #050704

Tints of Pine Tree #050704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 43.75%

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

R = 31.25%
G = 43.75%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.97

RGB Variations

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

Color information

#050704 (or 0x050704) is known color: Pine Tree. HEX triplet: 05, 07 and 04. RGB value is (5,7,4). Sum of RGB (Red+Green+Blue) = 5+7+4=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 7 (3.12% from 255 or 43.75% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 7 - color contains mainly: green. Hex color #050704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050704 is #FAF8FB. Grayscale: #060606. Windows color (decimal): -16447740 or 263941. OLE color: 263941.

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

Color convert

RGB 5 7 4 -
CMYK 0.29 0 0.43 0.97
HSL 100º 0.27% 0.02% -
HSV(B) 100º 0.43% 0.03% -
XYZ 0.16 0.19 0.14 -
YUV 6.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 5 7 4 0.29 0 0.43 0.97 100 0.27 0.02
Hex 5 7 4 1D 0 2B 61 64 1B 2
Octal 5 7 4 35 0 53 141 144 33 2
Binary 101 111 100 11101 0 101011 1100001 1100100 11011 10

Color Harmonies of #050704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050704

Black with #050704

Text Example


Text Example

White with #050704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050704; }

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

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

background-color css

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

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

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

border-color css

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

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

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