Html Css Color HEX #52591A Army green

📋 copy color: '#52591A'

red 82 ◦ green 89 ◦ blue 26

#52591A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #52591A

Tints of Army green #52591A

RGB

 RED value IS 82 (32.42% from 255) = 41.62%

 GREEN value IS 89 (35.16% from 255) = 45.18%

 BLUE value IS 26 (10.55% from 255) = 13.2%

R = 41.62%
G = 45.18%
B = 13.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#52591A (or 0x52591A) is known color: Army green. HEX triplet: 52, 59 and 1A. RGB value is (82,89,26). Sum of RGB (Red+Green+Blue) = 82+89+26=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 89 - color contains mainly: green. Hex color #52591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52591A is #ADA6E5. Grayscale: #4F4F4F. Windows color (decimal): -11380454 or 1726802. OLE color: 1726802.

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

Color convert

RGB 82 89 26 -
CMYK 0.08 0 0.71 0.65
HSL 66.67º 0.55% 0.23% -
HSV(B) 66.67º 0.71% 0.35% -
XYZ 7.24 9.01 2.34 -
YUV 79.73 97.68 129.62 -
System Red Green Blue C M Y K H S L
Decimal 82 89 26 0.08 0 0.71 0.65 66.67 0.55 0.23
Hex 52 59 1A 8 0 47 41 43 37 17
Octal 122 131 32 10 0 107 101 103 67 27
Binary 1010010 1011001 11010 1000 0 1000111 1000001 1000011 110111 10111

Color Harmonies of #52591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52591A

Black with #52591A

Text Example


Text Example

White with #52591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52591A;
 }
 .AnyTagClassName
 {
   color: #52591A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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