#052513

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

Shades of Dark Green #052513

Tints of Dark Green #052513

Color information

#052513 (or 0x052513) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 13. RGB value is (5,37,19). Sum of RGB (Red+Green+Blue) = 5+37+19=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #052513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052513 is #FADAEC. Grayscale: #191919. Windows color (decimal): -16440045 or 1254661. OLE color: 1254661.

HSL color Cylindrical-coordinate representation of color #052513: hue angle of 146.25º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052513 is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB53719-
CMYK0.8600.490.85
HSL146.25º76.19%8.24%-
HSV(B)146.25º86.49%14.51%-
XYZ0.841.40.84-
YUV25.38124.4113.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 37 (14.84% from 255) = 60.66%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=8.20%
G=60.66%
B=31.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537190.8600.490.85146.2576.198.24
Hex525135603155924c8
Octal5452312606112522211410
Binary101100101100111010110011000110101011001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052513; }

 p { color: rgb(5,37,19); }

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

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

 a { background-color: rgb(5,37,19); }

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

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

 span { border-color: rgb(5,37,19); }

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