#052510

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

Shades of Dark Green #052510

Tints of Dark Green #052510

Color information

#052510 (or 0x052510) is unknown color: approx Dark Green. HEX triplet: 05, 25 and 10. RGB value is (5,37,16). Sum of RGB (Red+Green+Blue) = 5+37+16=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #052510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052510 is #FADAEF. Grayscale: #191919. Windows color (decimal): -16440048 or 1058053. OLE color: 1058053.

HSL color Cylindrical-coordinate representation of color #052510: hue angle of 140.62º 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 #052510 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB53716-
CMYK0.8600.570.85
HSL140.62º76.19%8.24%-
HSV(B)140.62º86.49%14.51%-
XYZ0.821.390.72-
YUV25.04122.9113.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 37 (14.84% from 255) = 63.79%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=8.62%
G=63.79%
B=27.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal537160.8600.570.85140.6276.198.24
Hex5251056039558d4c8
Octal5452012607112521511410
Binary101100101100001010110011100110101011000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052510; }

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

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

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

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

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

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

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

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