Html Css Color HEX #575510 Army green

📋 copy color: '#575510'

red 87 ◦ green 85 ◦ blue 16

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

Shades of Army green #575510

Tints of Army green #575510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.51%

R = 46.28%
G = 45.21%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#575510 (or 0x575510) is known color: Army green. HEX triplet: 57, 55 and 10. RGB value is (87,85,16). Sum of RGB (Red+Green+Blue) = 87+85+16=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #575510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575510 is #A8AAEF. Grayscale: #4E4E4E. Windows color (decimal): -11053808 or 1070423. OLE color: 1070423.

HSL color Cylindrical-coordinate representation of color #575510: hue angle of 58.31º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #575510 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 16 -
CMYK 0 0.02 0.82 0.66
HSL 58.31º 0.69% 0.2% -
HSV(B) 58.31º 0.82% 0.34% -
XYZ 7.27 8.56 1.76 -
YUV 77.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 87 85 16 0 0.02 0.82 0.66 58.31 0.69 0.2
Hex 57 55 10 0 2 52 42 3A 45 14
Octal 127 125 20 0 2 122 102 72 105 24
Binary 1010111 1010101 10000 0 10 1010010 1000010 111010 1000101 10100

Color Harmonies of #575510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575510

Black with #575510

Text Example


Text Example

White with #575510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575510; }

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

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

background-color css

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

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

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

border-color css

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

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

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