#52501A

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

Shades of Army green #52501A

Tints of Army green #52501A

Color information

#52501A (or 0x52501A) is unknown color: approx Army green. HEX triplet: 52, 50 and 1A. RGB value is (82,80,26). Sum of RGB (Red+Green+Blue) = 82+80+26=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 82 - color contains mainly: red. Hex color #52501A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52501A is #ADAFE5. Grayscale: #4A4A4A. Windows color (decimal): -11382758 or 1724498. OLE color: 1724498.

HSL color Cylindrical-coordinate representation of color #52501A: hue angle of 57.86º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52501A is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB828026-
CMYK00.020.680.68
HSL57.86º51.85%21.18%-
HSV(B)57.86º68.29%32.16%-
XYZ6.537.612.1-
YUV74.44100.66133.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 43.62%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=43.62%
G=42.55%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82802600.020.680.6857.8651.8521.18
Hex52501A0244443a3415
Octal1221203202104104726425
Binary10100101010000110100101000100100010011101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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