#052827

Color #052827 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #052827

Tints of Dark Green #052827

Color information

#052827 (or 0x052827) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 27. RGB value is (5,40,39). Sum of RGB (Red+Green+Blue) = 5+40+39=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 40 (16.02% from 255 or 47.62% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 40 - color contains mainly: green. Hex color #052827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052827 is #FAD7D8. Grayscale: #1D1D1D. Windows color (decimal): -16439257 or 2566149. OLE color: 2566149.

HSL color Cylindrical-coordinate representation of color #052827: hue angle of 178.29º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052827 is Cyan = 0.88, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB54039-
CMYK0.8800.020.84
HSL178.29º77.78%8.82%-
HSV(B)178.29º87.5%15.69%-
XYZ1.191.72.18-
YUV29.42133.4110.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.95%
GREEN value IS 40 (16.02% from 255) = 47.62%
BLUE value IS 39 (15.62% from 255) = 46.43%
R=5.95%
G=47.62%
B=46.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540390.8800.020.84178.2977.788.82
Hex52827580254b24e9
Octal550471300212426211611
Binary101101000100111101100001010101001011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052827; }

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

 H1.HeaderClassName
 {
   color: #052827;
 }
 .AnyTagClassName
 {
   color: #052827;
 }
</style>
background-color css

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

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

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

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

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

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