#52591C

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

Shades of Army green #52591C

Tints of Army green #52591C

Color information

#52591C (or 0x52591C) is unknown color: approx Army green. HEX triplet: 52, 59 and 1C. RGB value is (82,89,28). Sum of RGB (Red+Green+Blue) = 82+89+28=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #52591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52591C is #ADA6E3. Grayscale: #505050. Windows color (decimal): -11380452 or 1857874. OLE color: 1857874.

HSL color Cylindrical-coordinate representation of color #52591C: hue angle of 66.89º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52591C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB828928-
CMYK0.0800.690.65
HSL66.89º52.14%22.94%-
HSV(B)66.89º68.54%34.9%-
XYZ7.269.022.46-
YUV79.9598.68129.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.21%
GREEN value IS 89 (35.16% from 255) = 44.72%
BLUE value IS 28 (11.33% from 255) = 14.07%
R=41.21%
G=44.72%
B=14.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289280.0800.690.6566.8952.1422.94
Hex52591C804541433417
Octal122131341001051011036427
Binary10100101011001111001000010001011000001100001111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52591C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52591C; }

 p { color: rgb(82,89,28); }

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

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

 a { background-color: rgb(82,89,28); }

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

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

 span { border-color: rgb(82,89,28); }

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