#053928

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

Shades of Dark Green #053928

Tints of Dark Green #053928

Color information

#053928 (or 0x053928) is unknown color: approx Dark Green. HEX triplet: 05, 39 and 28. RGB value is (5,57,40). Sum of RGB (Red+Green+Blue) = 5+57+40=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #053928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053928 is #FAC6D7. Grayscale: #272727. Windows color (decimal): -16434904 or 2636037. OLE color: 2636037.

HSL color Cylindrical-coordinate representation of color #053928: hue angle of 160.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053928 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB55740-
CMYK0.9100.300.78
HSL160.38º83.87%12.16%-
HSV(B)160.38º91.23%22.35%-
XYZ1.913.112.51-
YUV39.51128.27103.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 57 (22.66% from 255) = 55.88%
BLUE value IS 40 (16.02% from 255) = 39.22%
R=4.90%
G=55.88%
B=39.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557400.9100.300.78160.3883.8712.16
Hex539285B01E4Ea054c
Octal5715013303611624012414
Binary101111001101000101101101111010011101010000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053928; }

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

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

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

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

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

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

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

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