Html Css Color HEX #52591E Army green

📋 copy color: '#52591E'

red 82 ◦ green 89 ◦ blue 30

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

Shades of Army green #52591E

Tints of Army green #52591E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.93%

R = 40.8%
G = 44.28%
B = 14.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#52591E (or 0x52591E) is known color: Army green. HEX triplet: 52, 59 and 1E. RGB value is (82,89,30). Sum of RGB (Red+Green+Blue) = 82+89+30=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #52591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52591E is #ADA6E1. Grayscale: #505050. Windows color (decimal): -11380450 or 1988946. OLE color: 1988946.

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

Color convert

RGB 82 89 30 -
CMYK 0.08 0 0.66 0.65
HSL 67.12º 0.5% 0.23% -
HSV(B) 67.12º 0.66% 0.35% -
XYZ 7.29 9.03 2.59 -
YUV 80.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 82 89 30 0.08 0 0.66 0.65 67.12 0.5 0.23
Hex 52 59 1E 8 0 42 41 43 32 17
Octal 122 131 36 10 0 102 101 103 62 27
Binary 1010010 1011001 11110 1000 0 1000010 1000001 1000011 110010 10111

Color Harmonies of #52591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52591E

Black with #52591E

Text Example


Text Example

White with #52591E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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