#053128

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

Shades of Dark Green #053128

Tints of Dark Green #053128

Color information

#053128 (or 0x053128) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 28. RGB value is (5,49,40). Sum of RGB (Red+Green+Blue) = 5+49+40=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #053128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053128 is #FACED7. Grayscale: #222222. Windows color (decimal): -16436952 or 2633989. OLE color: 2633989.

HSL color Cylindrical-coordinate representation of color #053128: hue angle of 167.73º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053128 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB54940-
CMYK0.9000.180.81
HSL167.73º81.48%10.59%-
HSV(B)167.73º89.8%19.22%-
XYZ1.542.382.39-
YUV34.82130.92106.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 49 (19.53% from 255) = 52.13%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=5.32%
G=52.13%
B=42.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549400.9000.180.81167.7381.4810.59
Hex531285A01251a851b
Octal5615013202212125012113
Binary101110001101000101101001001010100011010100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053128; }

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

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

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

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

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

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

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

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