Html Css Color HEX #585512 Army green

📋 copy color: '#585512'

red 88 ◦ green 85 ◦ blue 18

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

Shades of Army green #585512

Tints of Army green #585512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.42%

R = 46.07%
G = 44.5%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#585512 (or 0x585512) is known color: Army green. HEX triplet: 58, 55 and 12. RGB value is (88,85,18). Sum of RGB (Red+Green+Blue) = 88+85+18=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #585512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585512 is #A7AAED. Grayscale: #4E4E4E. Windows color (decimal): -10988270 or 1201496. OLE color: 1201496.

HSL color Cylindrical-coordinate representation of color #585512: hue angle of 57.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #585512 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 85 18 -
CMYK 0 0.03 0.80 0.65
HSL 57.43º 0.66% 0.21% -
HSV(B) 57.43º 0.8% 0.35% -
XYZ 7.38 8.62 1.85 -
YUV 78.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 88 85 18 0 0.03 0.80 0.65 57.43 0.66 0.21
Hex 58 55 12 0 3 50 41 39 42 15
Octal 130 125 22 0 3 120 101 71 102 25
Binary 1011000 1010101 10010 0 11 1010000 1000001 111001 1000010 10101

Color Harmonies of #585512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585512

Black with #585512

Text Example


Text Example

White with #585512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585512; }

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

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

background-color css

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

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

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

border-color css

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

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

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