Html Css Color HEX #585F15 Army green

📋 copy color: '#585F15'

red 88 ◦ green 95 ◦ blue 21

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

Shades of Army green #585F15

Tints of Army green #585F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 43.14%
G = 46.57%
B = 10.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#585F15 (or 0x585F15) is known color: Army green. HEX triplet: 58, 5F and 15. RGB value is (88,95,21). Sum of RGB (Red+Green+Blue) = 88+95+21=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #585F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F15 is #A7A0EA. Grayscale: #545454. Windows color (decimal): -10985707 or 1400664. OLE color: 1400664.

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

Color convert

RGB 88 95 21 -
CMYK 0.07 0 0.78 0.63
HSL 65.68º 0.64% 0.23% -
HSV(B) 65.68º 0.78% 0.37% -
XYZ 8.25 10.31 2.27 -
YUV 84.47 92.18 130.52 -
System Red Green Blue C M Y K H S L
Decimal 88 95 21 0.07 0 0.78 0.63 65.68 0.64 0.23
Hex 58 5F 15 7 0 4E 3F 42 40 17
Octal 130 137 25 7 0 116 77 102 100 27
Binary 1011000 1011111 10101 111 0 1001110 111111 1000010 1000000 10111

Color Harmonies of #585F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F15

Black with #585F15

Text Example


Text Example

White with #585F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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