#525413

Color #525413 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #525413

Tints of Army green #525413

Color information

#525413 (or 0x525413) is unknown color: approx Army green. HEX triplet: 52, 54 and 13. RGB value is (82,84,19). Sum of RGB (Red+Green+Blue) = 82+84+19=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #525413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525413 is #ADABEC. Grayscale: #4C4C4C. Windows color (decimal): -11381741 or 1266770. OLE color: 1266770.

HSL color Cylindrical-coordinate representation of color #525413: hue angle of 61.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #525413 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB828419-
CMYK0.0200.770.67
HSL61.85º63.11%20.2%-
HSV(B)61.85º77.38%32.94%-
XYZ6.778.181.84-
YUV75.9995.84132.29-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 44.32%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=44.32%
G=45.41%
B=10.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8284190.0200.770.6761.8563.1120.2
Hex525413204D433e3f14
Octal1221242320115103767724
Binary10100101010100100111001001101100001111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525413; }

 p { color: rgb(82,84,19); }

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

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

 a { background-color: rgb(82,84,19); }

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

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

 span { border-color: rgb(82,84,19); }

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