#053428

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

Shades of Dark Green #053428

Tints of Dark Green #053428

Color information

#053428 (or 0x053428) is unknown color: approx Dark Green. HEX triplet: 05, 34 and 28. RGB value is (5,52,40). Sum of RGB (Red+Green+Blue) = 5+52+40=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #053428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053428 is #FACBD7. Grayscale: #242424. Windows color (decimal): -16436184 or 2634757. OLE color: 2634757.

HSL color Cylindrical-coordinate representation of color #053428: hue angle of 164.68º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053428 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB55240-
CMYK0.9000.230.80
HSL164.68º82.46%11.18%-
HSV(B)164.68º90.38%20.39%-
XYZ1.672.642.43-
YUV36.58129.93105.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 52 (20.70% from 255) = 53.61%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=5.15%
G=53.61%
B=41.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552400.9000.230.80164.6882.4611.18
Hex534285A01750a552b
Octal5645013202712024512213
Binary101110100101000101101001011110100001010010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053428; }

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

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

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

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

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

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

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

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