#52531D

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

Shades of Army green #52531D

Tints of Army green #52531D

Color information

#52531D (or 0x52531D) is unknown color: approx Army green. HEX triplet: 52, 53 and 1D. RGB value is (82,83,29). Sum of RGB (Red+Green+Blue) = 82+83+29=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #52531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531D is #ADACE2. Grayscale: #4C4C4C. Windows color (decimal): -11381987 or 1921874. OLE color: 1921874.

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

Color convert

RGB828329-
CMYK0.0100.650.67
HSL61.11º48.21%21.96%-
HSV(B)61.11º65.06%32.55%-
XYZ6.798.072.36-
YUV76.54101.17131.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.27%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=42.27%
G=42.78%
B=14.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8283290.0100.650.6761.1148.2121.96
Hex52531D1041433d3016
Octal1221233510101103756026
Binary1010010101001111101101000001100001111110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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