#052410

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

Shades of Dark Green #052410

Tints of Dark Green #052410

Color information

#052410 (or 0x052410) is unknown color: approx Dark Green. HEX triplet: 05, 24 and 10. RGB value is (5,36,16). Sum of RGB (Red+Green+Blue) = 5+36+16=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #052410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052410 is #FADBEF. Grayscale: #181818. Windows color (decimal): -16440304 or 1057797. OLE color: 1057797.

HSL color Cylindrical-coordinate representation of color #052410: hue angle of 141.29º degrees, saturation: 0.76, 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 #052410 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB53616-
CMYK0.8600.560.86
HSL141.29º75.61%8.04%-
HSV(B)141.29º86.11%14.12%-
XYZ0.791.330.71-
YUV24.45123.23114.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.77%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=8.77%
G=63.16%
B=28.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal536160.8600.560.86141.2975.618.04
Hex5241056038568d4c8
Octal5442012607012621511410
Binary101100100100001010110011100010101101000110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052410; }

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

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

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

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

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

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

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

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