Html Css Color HEX #050701 Pine Tree

📋 copy color: '#050701'

red 5 ◦ green 7 ◦ blue 1

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

Shades of Pine Tree #050701

Tints of Pine Tree #050701

RGB

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

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

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

R = 38.46%
G = 53.85%
B = 7.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#050701 (or 0x050701) is known color: Pine Tree. HEX triplet: 05, 07 and 01. RGB value is (5,7,1). Sum of RGB (Red+Green+Blue) = 5+7+1=13 (1% of max value = 765). Red value is 5 (2.34% from 255 or 38.46% from 13); Green value is 7 (3.12% from 255 or 53.85% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 7 - color contains mainly: green. Hex color #050701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050701 is #FAF8FE. Grayscale: #050505. Windows color (decimal): -16447743 or 67333. OLE color: 67333.

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

Color convert

RGB 5 7 1 -
CMYK 0.29 0 0.86 0.97
HSL 80º 0.75% 0.02% -
HSV(B) 80º 0.86% 0.03% -
XYZ 0.14 0.19 0.06 -
YUV 5.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 5 7 1 0.29 0 0.86 0.97 80 0.75 0.02
Hex 5 7 1 1D 0 56 61 50 4B 2
Octal 5 7 1 35 0 126 141 120 113 2
Binary 101 111 1 11101 0 1010110 1100001 1010000 1001011 10

Color Harmonies of #050701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050701

Black with #050701

Text Example


Text Example

White with #050701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050701; }

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

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

background-color css

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

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

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

border-color css

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

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

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