Html Css Color HEX #052611 Dark Green

📋 copy color: '#052611'

red 5 ◦ green 38 ◦ blue 17

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

Shades of Dark Green #052611

Tints of Dark Green #052611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 63.33%

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

R = 8.33%
G = 63.33%
B = 28.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#052611 (or 0x052611) is known color: Dark Green. HEX triplet: 05, 26 and 11. RGB value is (5,38,17). Sum of RGB (Red+Green+Blue) = 5+38+17=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #052611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052611 is #FAD9EE. Grayscale: #191919. Windows color (decimal): -16439791 or 1123845. OLE color: 1123845.

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

Color convert

RGB 5 38 17 -
CMYK 0.87 0 0.55 0.85
HSL 141.82º 0.77% 0.08% -
HSV(B) 141.82º 0.87% 0.15% -
XYZ 0.86 1.46 0.77 -
YUV 25.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 5 38 17 0.87 0 0.55 0.85 141.82 0.77 0.08
Hex 5 26 11 57 0 37 55 8E 4D 8
Octal 5 46 21 127 0 67 125 216 115 10
Binary 101 100110 10001 1010111 0 110111 1010101 10001110 1001101 1000

Color Harmonies of #052611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052611

Black with #052611

Text Example


Text Example

White with #052611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052611; }

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

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

background-color css

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

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

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

border-color css

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

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

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