#52531A

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

Shades of Army green #52531A

Tints of Army green #52531A

Color information

#52531A (or 0x52531A) is unknown color: approx Army green. HEX triplet: 52, 53 and 1A. RGB value is (82,83,26). Sum of RGB (Red+Green+Blue) = 82+83+26=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #52531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531A is #ADACE5. Grayscale: #4C4C4C. Windows color (decimal): -11381990 or 1725266. OLE color: 1725266.

HSL color Cylindrical-coordinate representation of color #52531A: hue angle of 61.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52531A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB828326-
CMYK0.0100.690.67
HSL61.05º52.29%21.37%-
HSV(B)61.05º68.67%32.55%-
XYZ6.768.052.18-
YUV76.299.67132.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.93%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 26 (10.55% from 255) = 13.61%
R=42.93%
G=43.46%
B=13.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283260.0100.690.6761.0552.2921.37
Hex52531A1045433d3415
Octal1221233210105103756425
Binary1010010101001111010101000101100001111110111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52531A; }

 p { color: rgb(82,83,26); }

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

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

 a { background-color: rgb(82,83,26); }

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

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

 span { border-color: rgb(82,83,26); }

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