Html Css Color HEX #051911 Dark Green

📋 copy color: '#051911'

red 5 ◦ green 25 ◦ blue 17

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

Shades of Dark Green #051911

Tints of Dark Green #051911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 53.19%

 BLUE value IS 17 (7.03% from 255) = 36.17%

R = 10.64%
G = 53.19%
B = 36.17%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.90

RGB Variations

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

Color information

#051911 (or 0x051911) is known color: Dark Green. HEX triplet: 05, 19 and 11. RGB value is (5,25,17). Sum of RGB (Red+Green+Blue) = 5+25+17=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 17 (7.03% from 255 or 36.17% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #051911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051911 is #FAE6EE. Grayscale: #121212. Windows color (decimal): -16443119 or 1120517. OLE color: 1120517.

HSL color Cylindrical-coordinate representation of color #051911: hue angle of 156º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051911 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 25 17 -
CMYK 0.80 0 0.32 0.90
HSL 156º 0.67% 0.06% -
HSV(B) 156º 0.8% 0.1% -
XYZ 0.51 0.77 0.65 -
YUV 18.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 5 25 17 0.80 0 0.32 0.90 156 0.67 0.06
Hex 5 19 11 50 0 20 5A 9C 43 6
Octal 5 31 21 120 0 40 132 234 103 6
Binary 101 11001 10001 1010000 0 100000 1011010 10011100 1000011 110

Color Harmonies of #051911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051911

Black with #051911

Text Example


Text Example

White with #051911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051911; }

 p { color: rgb(5,25,17); }

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

background-color css

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

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

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

border-color css

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

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

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