#052813

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

Shades of Dark Green #052813

Tints of Dark Green #052813

Color information

#052813 (or 0x052813) is unknown color: approx Dark Green. HEX triplet: 05, 28 and 13. RGB value is (5,40,19). Sum of RGB (Red+Green+Blue) = 5+40+19=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #052813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052813 is #FAD7EC. Grayscale: #1B1B1B. Windows color (decimal): -16439277 or 1255429. OLE color: 1255429.

HSL color Cylindrical-coordinate representation of color #052813: hue angle of 144º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052813 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB54019-
CMYK0.8800.520.84
HSL144º77.78%8.82%-
HSV(B)144º87.5%15.69%-
XYZ0.941.60.87-
YUV27.14123.4112.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 40 (16.02% from 255) = 62.5%
BLUE value IS 19 (7.81% from 255) = 29.69%
R=7.81%
G=62.5%
B=29.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal540190.8800.520.8414477.788.82
Hex528135803454904e9
Octal5502313006412422011611
Binary101101000100111011000011010010101001001000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052813; }

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

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

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

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

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

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

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

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