Html Css Color HEX #052511 Dark Green

📋 copy color: '#052511'

red 5 ◦ green 37 ◦ blue 17

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

Shades of Dark Green #052511

Tints of Dark Green #052511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 62.71%

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

R = 8.47%
G = 62.71%
B = 28.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#052511 (or 0x052511) is known color: Dark Green. HEX triplet: 05, 25 and 11. RGB value is (5,37,17). Sum of RGB (Red+Green+Blue) = 5+37+17=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 17 (7.03% from 255 or 28.81% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #052511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052511 is #FADAEE. Grayscale: #191919. Windows color (decimal): -16440047 or 1123589. OLE color: 1123589.

HSL color Cylindrical-coordinate representation of color #052511: hue angle of 142.5º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052511 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB 5 37 17 -
CMYK 0.86 0 0.54 0.85
HSL 142.5º 0.76% 0.08% -
HSV(B) 142.5º 0.86% 0.15% -
XYZ 0.83 1.4 0.76 -
YUV 25.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 5 37 17 0.86 0 0.54 0.85 142.5 0.76 0.08
Hex 5 25 11 56 0 36 55 8E 4C 8
Octal 5 45 21 126 0 66 125 216 114 10
Binary 101 100101 10001 1010110 0 110110 1010101 10001110 1001100 1000

Color Harmonies of #052511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052511

Black with #052511

Text Example


Text Example

White with #052511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052511; }

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

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

background-color css

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

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

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

border-color css

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

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

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