#052313

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

Shades of Dark Green #052313

Tints of Dark Green #052313

Color information

#052313 (or 0x052313) is unknown color: approx Dark Green. HEX triplet: 05, 23 and 13. RGB value is (5,35,19). Sum of RGB (Red+Green+Blue) = 5+35+19=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 35 (14.06% from 255 or 59.32% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 35 - color contains mainly: green. Hex color #052313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052313 is #FADCEC. Grayscale: #181818. Windows color (decimal): -16440557 or 1254149. OLE color: 1254149.

HSL color Cylindrical-coordinate representation of color #052313: hue angle of 148º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052313 is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB53519-
CMYK0.8600.460.86
HSL148º75%7.84%-
HSV(B)148º85.71%13.73%-
XYZ0.781.280.82-
YUV24.21125.06114.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 35 (14.06% from 255) = 59.32%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=8.47%
G=59.32%
B=32.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal535190.8600.460.86148757.84
Hex523135602E56944b8
Octal5432312605612622411310
Binary101100011100111010110010111010101101001010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052313; }

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

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

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

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

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

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

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

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