#053328

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

Shades of Dark Green #053328

Tints of Dark Green #053328

Color information

#053328 (or 0x053328) is unknown color: approx Dark Green. HEX triplet: 05, 33 and 28. RGB value is (5,51,40). Sum of RGB (Red+Green+Blue) = 5+51+40=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 51 (20.31% from 255 or 53.12% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 51 - color contains mainly: green. Hex color #053328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053328 is #FACCD7. Grayscale: #232323. Windows color (decimal): -16436440 or 2634501. OLE color: 2634501.

HSL color Cylindrical-coordinate representation of color #053328: hue angle of 165.65º 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 #053328 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB55140-
CMYK0.9000.220.8
HSL165.65º82.14%10.98%-
HSV(B)165.65º90.2%20%-
XYZ1.632.552.41-
YUV35.99130.26105.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 51 (20.31% from 255) = 53.12%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=5.21%
G=53.12%
B=41.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal551400.9000.220.8165.6582.1410.98
Hex533285A01650a652b
Octal5635013202612024612213
Binary101110011101000101101001011010100001010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053328; }

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

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

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

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

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

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

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

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