Html Css Color HEX #585B16 Army green

📋 copy color: '#585B16'

red 88 ◦ green 91 ◦ blue 22

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

Shades of Army green #585B16

Tints of Army green #585B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 45.27%

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

R = 43.78%
G = 45.27%
B = 10.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#585B16 (or 0x585B16) is known color: Army green. HEX triplet: 58, 5B and 16. RGB value is (88,91,22). Sum of RGB (Red+Green+Blue) = 88+91+22=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #585B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585B16 is #A7A4E9. Grayscale: #525252. Windows color (decimal): -10986730 or 1465176. OLE color: 1465176.

HSL color Cylindrical-coordinate representation of color #585B16: hue angle of 62.61º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #585B16 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 88 91 22 -
CMYK 0.03 0 0.76 0.64
HSL 62.61º 0.61% 0.22% -
HSV(B) 62.61º 0.76% 0.36% -
XYZ 7.91 9.61 2.2 -
YUV 82.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 88 91 22 0.03 0 0.76 0.64 62.61 0.61 0.22
Hex 58 5B 16 3 0 4C 40 3F 3D 16
Octal 130 133 26 3 0 114 100 77 75 26
Binary 1011000 1011011 10110 11 0 1001100 1000000 111111 111101 10110

Color Harmonies of #585B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585B16

Black with #585B16

Text Example


Text Example

White with #585B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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