#053021

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

Shades of Dark Green #053021

Tints of Dark Green #053021

Color information

#053021 (or 0x053021) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 21. RGB value is (5,48,33). Sum of RGB (Red+Green+Blue) = 5+48+33=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 48 (19.14% from 255 or 55.81% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 48 - color contains mainly: green. Hex color #053021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053021 is #FACFDE. Grayscale: #212121. Windows color (decimal): -16437215 or 2174981. OLE color: 2174981.

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

Color convert

RGB54833-
CMYK0.9000.310.81
HSL159.07º81.13%10.39%-
HSV(B)159.07º89.58%18.82%-
XYZ1.392.261.8-
YUV33.43127.75107.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 48 (19.14% from 255) = 55.81%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=5.81%
G=55.81%
B=38.37%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548330.9000.310.81159.0781.1310.39
Hex530215A01F519f51a
Octal5604113203712123712112
Binary101110000100001101101001111110100011001111110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053021; }

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

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

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

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

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

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

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

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