Html Css Color HEX #53591A Army green

📋 copy color: '#53591A'

red 83 ◦ green 89 ◦ blue 26

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

Shades of Army green #53591A

Tints of Army green #53591A

RGB

 RED value IS 83 (32.81% from 255) = 41.92%

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

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

R = 41.92%
G = 44.95%
B = 13.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#53591A (or 0x53591A) is known color: Army green. HEX triplet: 53, 59 and 1A. RGB value is (83,89,26). Sum of RGB (Red+Green+Blue) = 83+89+26=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #53591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53591A is #ACA6E5. Grayscale: #505050. Windows color (decimal): -11314918 or 1726803. OLE color: 1726803.

HSL color Cylindrical-coordinate representation of color #53591A: hue angle of 65.71º 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 #53591A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 89 26 -
CMYK 0.07 0 0.71 0.65
HSL 65.71º 0.55% 0.23% -
HSV(B) 65.71º 0.71% 0.35% -
XYZ 7.33 9.06 2.34 -
YUV 80.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 83 89 26 0.07 0 0.71 0.65 65.71 0.55 0.23
Hex 53 59 1A 7 0 47 41 42 37 17
Octal 123 131 32 7 0 107 101 102 67 27
Binary 1010011 1011001 11010 111 0 1000111 1000001 1000010 110111 10111

Color Harmonies of #53591A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53591A

Black with #53591A

Text Example


Text Example

White with #53591A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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