Html Css Color HEX #585F16 Army green

📋 copy color: '#585F16'

red 88 ◦ green 95 ◦ blue 22

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

Shades of Army green #585F16

Tints of Army green #585F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 42.93%
G = 46.34%
B = 10.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#585F16 (or 0x585F16) is known color: Army green. HEX triplet: 58, 5F and 16. RGB value is (88,95,22). Sum of RGB (Red+Green+Blue) = 88+95+22=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 95 - color contains mainly: green. Hex color #585F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585F16 is #A7A0E9. Grayscale: #545454. Windows color (decimal): -10985706 or 1466200. OLE color: 1466200.

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

Color convert

RGB 88 95 22 -
CMYK 0.07 0 0.77 0.63
HSL 65.75º 0.62% 0.23% -
HSV(B) 65.75º 0.77% 0.37% -
XYZ 8.26 10.32 2.32 -
YUV 84.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 88 95 22 0.07 0 0.77 0.63 65.75 0.62 0.23
Hex 58 5F 16 7 0 4D 3F 42 3E 17
Octal 130 137 26 7 0 115 77 102 76 27
Binary 1011000 1011111 10110 111 0 1001101 111111 1000010 111110 10111

Color Harmonies of #585F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585F16

Black with #585F16

Text Example


Text Example

White with #585F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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