Html Css Color HEX #585F19 Army green

📋 copy color: '#585F19'

red 88 ◦ green 95 ◦ blue 25

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

Shades of Army green #585F19

Tints of Army green #585F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.02%

R = 42.31%
G = 45.67%
B = 12.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#585F19 (or 0x585F19) is known color: Army green. HEX triplet: 58, 5F and 19. RGB value is (88,95,25). Sum of RGB (Red+Green+Blue) = 88+95+25=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #585F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F19 is #A7A0E6. Grayscale: #555555. Windows color (decimal): -10985703 or 1662808. OLE color: 1662808.

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

Color convert

RGB 88 95 25 -
CMYK 0.07 0 0.74 0.63
HSL 66º 0.58% 0.24% -
HSV(B) 66º 0.74% 0.37% -
XYZ 8.29 10.33 2.48 -
YUV 84.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 88 95 25 0.07 0 0.74 0.63 66 0.58 0.24
Hex 58 5F 19 7 0 4A 3F 42 3A 18
Octal 130 137 31 7 0 112 77 102 72 30
Binary 1011000 1011111 11001 111 0 1001010 111111 1000010 111010 11000

Color Harmonies of #585F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F19

Black with #585F19

Text Example


Text Example

White with #585F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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