#053015

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

Shades of Dark Green #053015

Tints of Dark Green #053015

Color information

#053015 (or 0x053015) is unknown color: approx Dark Green. HEX triplet: 05, 30 and 15. RGB value is (5,48,21). Sum of RGB (Red+Green+Blue) = 5+48+21=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #053015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053015 is #FACFEA. Grayscale: #202020. Windows color (decimal): -16437227 or 1388549. OLE color: 1388549.

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

Color convert

RGB54821-
CMYK0.9000.560.81
HSL142.33º81.13%10.39%-
HSV(B)142.33º89.58%18.82%-
XYZ1.252.21.07-
YUV32.06121.75108.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 48 (19.14% from 255) = 64.86%
BLUE value IS 21 (8.59% from 255) = 28.38%
R=6.76%
G=64.86%
B=28.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal548210.9000.560.81142.3381.1310.39
Hex530155A038518e51a
Octal5602513207012121612112
Binary101110000101011011010011100010100011000111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053015; }

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

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

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

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

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

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

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

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