#053215

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

Shades of Dark Green #053215

Tints of Dark Green #053215

Color information

#053215 (or 0x053215) is unknown color: approx Dark Green. HEX triplet: 05, 32 and 15. RGB value is (5,50,21). Sum of RGB (Red+Green+Blue) = 5+50+21=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 50 (19.92% from 255 or 65.79% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 50 - color contains mainly: green. Hex color #053215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053215 is #FACDEA. Grayscale: #212121. Windows color (decimal): -16436715 or 1389061. OLE color: 1389061.

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

Color convert

RGB55021-
CMYK0.9000.580.80
HSL141.33º81.82%10.78%-
HSV(B)141.33º90%19.61%-
XYZ1.342.371.1-
YUV33.24121.09107.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 50 (19.92% from 255) = 65.79%
BLUE value IS 21 (8.59% from 255) = 27.63%
R=6.58%
G=65.79%
B=27.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal550210.9000.580.80141.3381.8210.78
Hex532155A03A508d52b
Octal5622513207212021512213
Binary101110010101011011010011101010100001000110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053215; }

 p { color: rgb(5,50,21); }

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

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

 a { background-color: rgb(5,50,21); }

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

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

 span { border-color: rgb(5,50,21); }

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