Html Css Color HEX #052711 Dark Green

📋 copy color: '#052711'

red 5 ◦ green 39 ◦ blue 17

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

Shades of Dark Green #052711

Tints of Dark Green #052711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 63.93%

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

R = 8.2%
G = 63.93%
B = 27.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#052711 (or 0x052711) is known color: Dark Green. HEX triplet: 05, 27 and 11. RGB value is (5,39,17). Sum of RGB (Red+Green+Blue) = 5+39+17=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #052711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052711 is #FAD8EE. Grayscale: #1A1A1A. Windows color (decimal): -16439535 or 1124101. OLE color: 1124101.

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

Color convert

RGB 5 39 17 -
CMYK 0.87 0 0.56 0.85
HSL 141.18º 0.77% 0.09% -
HSV(B) 141.18º 0.87% 0.15% -
XYZ 0.89 1.52 0.78 -
YUV 26.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 5 39 17 0.87 0 0.56 0.85 141.18 0.77 0.09
Hex 5 27 11 57 0 38 55 8D 4D 9
Octal 5 47 21 127 0 70 125 215 115 11
Binary 101 100111 10001 1010111 0 111000 1010101 10001101 1001101 1001

Color Harmonies of #052711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052711

Black with #052711

Text Example


Text Example

White with #052711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052711; }

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

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

background-color css

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

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

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

border-color css

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

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

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