Html Css Color HEX #050707 Dark Green

📋 copy color: '#050707'

red 5 ◦ green 7 ◦ blue 7

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

Shades of Dark Green #050707

Tints of Dark Green #050707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 36.84%

R = 26.32%
G = 36.84%
B = 36.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050707 (or 0x050707) is known color: Dark Green. HEX triplet: 05, 07 and 07. RGB value is (5,7,7). Sum of RGB (Red+Green+Blue) = 5+7+7=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 7 - color contains mainly: green, blue. Hex color #050707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050707 is #FAF8F8. Grayscale: #060606. Windows color (decimal): -16447737 or 460549. OLE color: 460549.

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

Color convert

RGB 5 7 7 -
CMYK 0.29 0 0 0.97
HSL 180º 0.17% 0.02% -
HSV(B) 180º 0.29% 0.03% -
XYZ 0.18 0.2 0.23 -
YUV 6.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 5 7 7 0.29 0 0 0.97 180 0.17 0.02
Hex 5 7 7 1D 0 0 61 B4 11 2
Octal 5 7 7 35 0 0 141 264 21 2
Binary 101 111 111 11101 0 0 1100001 10110100 10001 10

Color Harmonies of #050707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050707

Black with #050707

Text Example


Text Example

White with #050707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050707; }

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

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

background-color css

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

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

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

border-color css

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

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

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