Html Css Color HEX #052011 Dark Green

📋 copy color: '#052011'

red 5 ◦ green 32 ◦ blue 17

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

Shades of Dark Green #052011

Tints of Dark Green #052011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 59.26%

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

R = 9.26%
G = 59.26%
B = 31.48%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#052011 (or 0x052011) is known color: Dark Green. HEX triplet: 05, 20 and 11. RGB value is (5,32,17). Sum of RGB (Red+Green+Blue) = 5+32+17=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #052011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052011 is #FADFEE. Grayscale: #161616. Windows color (decimal): -16441327 or 1122309. OLE color: 1122309.

HSL color Cylindrical-coordinate representation of color #052011: hue angle of 146.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052011 is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 32 17 -
CMYK 0.84 0 0.47 0.87
HSL 146.67º 0.73% 0.07% -
HSV(B) 146.67º 0.84% 0.13% -
XYZ 0.68 1.11 0.71 -
YUV 22.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 5 32 17 0.84 0 0.47 0.87 146.67 0.73 0.07
Hex 5 20 11 54 0 2F 57 93 49 7
Octal 5 40 21 124 0 57 127 223 111 7
Binary 101 100000 10001 1010100 0 101111 1010111 10010011 1001001 111

Color Harmonies of #052011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052011

Black with #052011

Text Example


Text Example

White with #052011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052011; }

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

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

background-color css

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

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

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

border-color css

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

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

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