Html Css Color HEX #57551A Army green

📋 copy color: '#57551A'

red 87 ◦ green 85 ◦ blue 26

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

Shades of Army green #57551A

Tints of Army green #57551A

RGB

 RED value IS 87 (34.38% from 255) = 43.94%

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 43.94%
G = 42.93%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57551A (or 0x57551A) is known color: Army green. HEX triplet: 57, 55 and 1A. RGB value is (87,85,26). Sum of RGB (Red+Green+Blue) = 87+85+26=198 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.94% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 87 - color contains mainly: red. Hex color #57551A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57551A is #A8AAE5. Grayscale: #4F4F4F. Windows color (decimal): -11053798 or 1725783. OLE color: 1725783.

HSL color Cylindrical-coordinate representation of color #57551A: hue angle of 58.03º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #57551A is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 26 -
CMYK 0 0.02 0.70 0.66
HSL 58.03º 0.54% 0.22% -
HSV(B) 58.03º 0.7% 0.34% -
XYZ 7.37 8.6 2.25 -
YUV 78.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 87 85 26 0 0.02 0.70 0.66 58.03 0.54 0.22
Hex 57 55 1A 0 2 46 42 3A 36 16
Octal 127 125 32 0 2 106 102 72 66 26
Binary 1010111 1010101 11010 0 10 1000110 1000010 111010 110110 10110

Color Harmonies of #57551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57551A

Black with #57551A

Text Example


Text Example

White with #57551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,85,26); }

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

background-color css

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

 a { background-color: rgb(87,85,26); }

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

border-color css

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

 span { border-color: rgb(87,85,26); }

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