#052610

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

Shades of Dark Green #052610

Tints of Dark Green #052610

Color information

#052610 (or 0x052610) is unknown color: approx Dark Green. HEX triplet: 05, 26 and 10. RGB value is (5,38,16). Sum of RGB (Red+Green+Blue) = 5+38+16=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #052610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052610 is #FAD9EF. Grayscale: #191919. Windows color (decimal): -16439792 or 1058309. OLE color: 1058309.

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

Color convert

RGB53816-
CMYK0.8700.580.85
HSL140º76.74%8.43%-
HSV(B)140º86.84%14.9%-
XYZ0.851.460.73-
YUV25.62122.57113.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=8.47%
G=64.41%
B=27.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal538160.8700.580.8514076.748.43
Hex526105703A558c4d8
Octal5462012707212521411510
Binary101100110100001010111011101010101011000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052610; }

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

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

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

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

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

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

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

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