Html Css Color HEX #585F18 Army green

📋 copy color: '#585F18'

red 88 ◦ green 95 ◦ blue 24

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

Shades of Army green #585F18

Tints of Army green #585F18

RGB

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

 GREEN value IS 95 (37.5% from 255) = 45.89%

 BLUE value IS 24 (9.77% from 255) = 11.59%

R = 42.51%
G = 45.89%
B = 11.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.63

RGB Variations

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

Color information

#585F18 (or 0x585F18) is known color: Army green. HEX triplet: 58, 5F and 18. RGB value is (88,95,24). Sum of RGB (Red+Green+Blue) = 88+95+24=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #585F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F18 is #A7A0E7. Grayscale: #555555. Windows color (decimal): -10985704 or 1597272. OLE color: 1597272.

HSL color Cylindrical-coordinate representation of color #585F18: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #585F18 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.63.

Color convert

RGB 88 95 24 -
CMYK 0.07 0 0.75 0.63
HSL 65.92º 0.6% 0.23% -
HSV(B) 65.92º 0.75% 0.37% -
XYZ 8.28 10.33 2.42 -
YUV 84.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 88 95 24 0.07 0 0.75 0.63 65.92 0.6 0.23
Hex 58 5F 18 7 0 4B 3F 42 3C 17
Octal 130 137 30 7 0 113 77 102 74 27
Binary 1011000 1011111 11000 111 0 1001011 111111 1000010 111100 10111

Color Harmonies of #585F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F18

Black with #585F18

Text Example


Text Example

White with #585F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585F18; }

 p { color: rgb(88,95,24); }

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

background-color css

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

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

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

border-color css

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

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

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