#52581A

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

Shades of Army green #52581A

Tints of Army green #52581A

Color information

#52581A (or 0x52581A) is unknown color: approx Army green. HEX triplet: 52, 58 and 1A. RGB value is (82,88,26). Sum of RGB (Red+Green+Blue) = 82+88+26=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 88 (34.77% from 255 or 44.90% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 88 - color contains mainly: green. Hex color #52581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52581A is #ADA7E5. Grayscale: #4F4F4F. Windows color (decimal): -11380710 or 1726546. OLE color: 1726546.

HSL color Cylindrical-coordinate representation of color #52581A: hue angle of 65.81º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52581A is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB828826-
CMYK0.0700.700.65
HSL65.81º54.39%22.35%-
HSV(B)65.81º70.45%34.51%-
XYZ7.168.852.31-
YUV79.1498.01130.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.84%
GREEN value IS 88 (34.77% from 255) = 44.90%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=41.84%
G=44.90%
B=13.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288260.0700.700.6565.8154.3922.35
Hex52581A704641423616
Octal12213032701061011026626
Binary1010010101100011010111010001101000001100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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