#053728

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

Shades of Dark Green #053728

Tints of Dark Green #053728

Color information

#053728 (or 0x053728) is unknown color: approx Dark Green. HEX triplet: 05, 37 and 28. RGB value is (5,55,40). Sum of RGB (Red+Green+Blue) = 5+55+40=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #053728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053728 is #FAC8D7. Grayscale: #262626. Windows color (decimal): -16435416 or 2635525. OLE color: 2635525.

HSL color Cylindrical-coordinate representation of color #053728: hue angle of 162º degrees, saturation: 0.83, 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 #053728 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB55540-
CMYK0.9100.270.78
HSL162º83.33%11.76%-
HSV(B)162º90.91%21.57%-
XYZ1.812.922.48-
YUV38.34128.94104.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 40 (16.02% from 255) = 40%
R=5%
G=55%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555400.9100.270.7816283.3311.76
Hex537285B01B4Ea253c
Octal5675013303311624212314
Binary101110111101000101101101101110011101010001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053728; }

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

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

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

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

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

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

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

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