Html Css Color HEX #57561A Army green

📋 copy color: '#57561A'

red 87 ◦ green 86 ◦ blue 26

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

Shades of Army green #57561A

Tints of Army green #57561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 43.22%

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

R = 43.72%
G = 43.22%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#57561A (or 0x57561A) is known color: Army green. HEX triplet: 57, 56 and 1A. RGB value is (87,86,26). Sum of RGB (Red+Green+Blue) = 87+86+26=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #57561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57561A is #A8A9E5. Grayscale: #4F4F4F. Windows color (decimal): -11053542 or 1726039. OLE color: 1726039.

HSL color Cylindrical-coordinate representation of color #57561A: hue angle of 59.02º 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 #57561A is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 26 -
CMYK 0 0.01 0.70 0.66
HSL 59.02º 0.54% 0.22% -
HSV(B) 59.02º 0.7% 0.34% -
XYZ 7.44 8.76 2.28 -
YUV 79.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 87 86 26 0 0.01 0.70 0.66 59.02 0.54 0.22
Hex 57 56 1A 0 1 46 42 3B 36 16
Octal 127 126 32 0 1 106 102 73 66 26
Binary 1010111 1010110 11010 0 1 1000110 1000010 111011 110110 10110

Color Harmonies of #57561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57561A

Black with #57561A

Text Example


Text Example

White with #57561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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