Html Css Color HEX #585812 Army green

📋 copy color: '#585812'

red 88 ◦ green 88 ◦ blue 18

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

Shades of Army green #585812

Tints of Army green #585812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

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

R = 45.36%
G = 45.36%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#585812 (or 0x585812) is known color: Army green. HEX triplet: 58, 58 and 12. RGB value is (88,88,18). Sum of RGB (Red+Green+Blue) = 88+88+18=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 88 - color contains mainly: red, green. Hex color #585812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585812 is #A7A7ED. Grayscale: #505050. Windows color (decimal): -10987502 or 1202264. OLE color: 1202264.

HSL color Cylindrical-coordinate representation of color #585812: hue angle of 60º 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 #585812 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 18 -
CMYK 0 0 0.80 0.65
HSL 60º 0.66% 0.21% -
HSV(B) 60º 0.8% 0.35% -
XYZ 7.62 9.1 1.93 -
YUV 80.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 88 88 18 0 0 0.80 0.65 60 0.66 0.21
Hex 58 58 12 0 0 50 41 3C 42 15
Octal 130 130 22 0 0 120 101 74 102 25
Binary 1011000 1011000 10010 0 0 1010000 1000001 111100 1000010 10101

Color Harmonies of #585812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585812

Black with #585812

Text Example


Text Example

White with #585812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585812; }

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

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

background-color css

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

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

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

border-color css

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

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

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