Html Css Color HEX #585510 Army green

📋 copy color: '#585510'

red 88 ◦ green 85 ◦ blue 16

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

Shades of Army green #585510

Tints of Army green #585510

RGB

 RED value IS 88 (34.77% from 255) = 46.56%

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

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

R = 46.56%
G = 44.97%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#585510 (or 0x585510) is known color: Army green. HEX triplet: 58, 55 and 10. RGB value is (88,85,16). Sum of RGB (Red+Green+Blue) = 88+85+16=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #585510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585510 is #A7AAEF. Grayscale: #4E4E4E. Windows color (decimal): -10988272 or 1070424. OLE color: 1070424.

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

Color convert

RGB 88 85 16 -
CMYK 0 0.03 0.82 0.65
HSL 57.5º 0.69% 0.2% -
HSV(B) 57.5º 0.82% 0.35% -
XYZ 7.37 8.61 1.76 -
YUV 78.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 88 85 16 0 0.03 0.82 0.65 57.5 0.69 0.2
Hex 58 55 10 0 3 52 41 3A 45 14
Octal 130 125 20 0 3 122 101 72 105 24
Binary 1011000 1010101 10000 0 11 1010010 1000001 111010 1000101 10100

Color Harmonies of #585510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585510

Black with #585510

Text Example


Text Example

White with #585510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585510; }

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

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

background-color css

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

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

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

border-color css

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

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

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