Html Css Color HEX #57561C Army green

📋 copy color: '#57561C'

red 87 ◦ green 86 ◦ blue 28

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

Shades of Army green #57561C

Tints of Army green #57561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.93%

R = 43.28%
G = 42.79%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57561C (or 0x57561C) is known color: Army green. HEX triplet: 57, 56 and 1C. RGB value is (87,86,28). Sum of RGB (Red+Green+Blue) = 87+86+28=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 87 - color contains mainly: red. Hex color #57561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57561C is #A8A9E3. Grayscale: #4F4F4F. Windows color (decimal): -11053540 or 1857111. OLE color: 1857111.

HSL color Cylindrical-coordinate representation of color #57561C: hue angle of 58.98º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57561C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 28 -
CMYK 0 0.01 0.68 0.66
HSL 58.98º 0.51% 0.23% -
HSV(B) 58.98º 0.68% 0.34% -
XYZ 7.47 8.77 2.4 -
YUV 79.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 87 86 28 0 0.01 0.68 0.66 58.98 0.51 0.23
Hex 57 56 1C 0 1 44 42 3B 33 17
Octal 127 126 34 0 1 104 102 73 63 27
Binary 1010111 1010110 11100 0 1 1000100 1000010 111011 110011 10111

Color Harmonies of #57561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57561C

Black with #57561C

Text Example


Text Example

White with #57561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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