#053A27

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

Shades of Dark Green #053A27

Tints of Dark Green #053A27

Color information

#053A27 (or 0x053A27) is unknown color: approx Dark Green. HEX triplet: 05, 3A and 27. RGB value is (5,58,39). Sum of RGB (Red+Green+Blue) = 5+58+39=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 39 (15.62% from 255 or 38.24% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #053A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A27 is #FAC5D8. Grayscale: #282828. Windows color (decimal): -16434649 or 2570757. OLE color: 2570757.

HSL color Cylindrical-coordinate representation of color #053A27: hue angle of 158.49º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A27 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.77.

Color convert

RGB55839-
CMYK0.9100.330.77
HSL158.49º84.13%12.35%-
HSV(B)158.49º91.38%22.75%-
XYZ1.943.22.44-
YUV39.99127.44103.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 58 (23.05% from 255) = 56.86%
BLUE value IS 39 (15.62% from 255) = 38.24%
R=4.90%
G=56.86%
B=38.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558390.9100.330.77158.4984.1312.35
Hex53A275B0214D9e54c
Octal5724713304111523612414
Binary1011110101001111011011010000110011011001111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A27; }

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

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

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

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

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

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

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

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