Html Css Color HEX #57560F Army green

📋 copy color: '#57560F'

red 87 ◦ green 86 ◦ blue 15

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

Shades of Army green #57560F

Tints of Army green #57560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 46.28%
G = 45.74%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57560F (or 0x57560F) is known color: Army green. HEX triplet: 57, 56 and 0F. RGB value is (87,86,15). Sum of RGB (Red+Green+Blue) = 87+86+15=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #57560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560F is #A8A9F0. Grayscale: #4E4E4E. Windows color (decimal): -11053553 or 1005143. OLE color: 1005143.

HSL color Cylindrical-coordinate representation of color #57560F: hue angle of 59.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57560F is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 15 -
CMYK 0 0.01 0.83 0.66
HSL 59.17º 0.71% 0.2% -
HSV(B) 59.17º 0.83% 0.34% -
XYZ 7.34 8.72 1.75 -
YUV 78.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 87 86 15 0 0.01 0.83 0.66 59.17 0.71 0.2
Hex 57 56 F 0 1 53 42 3B 47 14
Octal 127 126 17 0 1 123 102 73 107 24
Binary 1010111 1010110 1111 0 1 1010011 1000010 111011 1000111 10100

Color Harmonies of #57560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57560F

Black with #57560F

Text Example


Text Example

White with #57560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57560F; }

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

 H1.HeaderClassName
 {
   color: #57560F;
 }
 .AnyTagClassName
 {
   color: #57560F;
 }
</style>

background-color css

<style>
 a { background-color: #57560F; }

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

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

border-color css

<style>
 span { border-color: #57560F; }

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

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