#053020

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

Shades of Dark Green #053020

Tints of Dark Green #053020

Color information

#053020 (or 0x053020) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 20. RGB value is (5,48,32). Sum of RGB (Red+Green+Blue) = 5+48+32=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #053020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053020 is #FACFDF. Grayscale: #212121. Windows color (decimal): -16437216 or 2109445. OLE color: 2109445.

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

Color convert

RGB54832-
CMYK0.9000.330.81
HSL157.67º81.13%10.39%-
HSV(B)157.67º89.58%18.82%-
XYZ1.382.251.73-
YUV33.32127.25107.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 48 (19.14% from 255) = 56.47%
BLUE value IS 32 (12.89% from 255) = 37.65%
R=5.88%
G=56.47%
B=37.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548320.9000.330.81157.6781.1310.39
Hex530205A021519e51a
Octal5604013204112123612112
Binary1011100001000001011010010000110100011001111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053020; }

 p { color: rgb(5,48,32); }

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

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

 a { background-color: rgb(5,48,32); }

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

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

 span { border-color: rgb(5,48,32); }

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