#52591D

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

Shades of Army green #52591D

Tints of Army green #52591D

Color information

#52591D (or 0x52591D) is unknown color: approx Army green. HEX triplet: 52, 59 and 1D. RGB value is (82,89,29). Sum of RGB (Red+Green+Blue) = 82+89+29=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #52591D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52591D is #ADA6E2. Grayscale: #505050. Windows color (decimal): -11380451 or 1923410. OLE color: 1923410.

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

Color convert

RGB828929-
CMYK0.0800.670.65
HSL67º50.85%23.14%-
HSV(B)67º67.42%34.9%-
XYZ7.279.032.52-
YUV80.0799.18129.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 29 (11.72% from 255) = 14.5%
R=41%
G=44.5%
B=14.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289290.0800.670.656750.8523.14
Hex52591D804341433317
Octal122131351001031011036327
Binary10100101011001111011000010000111000001100001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52591D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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