Html Css Color HEX #586B31 Dark Olive Green

📋 copy color: '#586B31'

red 88 ◦ green 107 ◦ blue 49

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

Shades of Dark Olive Green #586B31

Tints of Dark Olive Green #586B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

 BLUE value IS 49 (19.53% from 255) = 20.08%

R = 36.07%
G = 43.85%
B = 20.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#586B31 (or 0x586B31) is known color: Dark Olive Green. HEX triplet: 58, 6B and 31. RGB value is (88,107,49). Sum of RGB (Red+Green+Blue) = 88+107+49=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #586B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586B31 is #A794CE. Grayscale: #5E5E5E. Windows color (decimal): -10982607 or 3238744. OLE color: 3238744.

HSL color Cylindrical-coordinate representation of color #586B31: hue angle of 79.66º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #586B31 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 107 49 -
CMYK 0.18 0 0.54 0.58
HSL 79.66º 0.37% 0.31% -
HSV(B) 79.66º 0.54% 0.42% -
XYZ 9.84 12.81 4.86 -
YUV 94.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 88 107 49 0.18 0 0.54 0.58 79.66 0.37 0.31
Hex 58 6B 31 12 0 36 3A 50 25 1F
Octal 130 153 61 22 0 66 72 120 45 37
Binary 1011000 1101011 110001 10010 0 110110 111010 1010000 100101 11111

Color Harmonies of #586B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B31

Black with #586B31

Text Example


Text Example

White with #586B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586B31; }

 p { color: rgb(88,107,49); }

 H1.HeaderClassName
 {
   color: #586B31;
 }
 .AnyTagClassName
 {
   color: #586B31;
 }
</style>

background-color css

<style>
 a { background-color: #586B31; }

 a { background-color: rgb(88,107,49); }

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

border-color css

<style>
 span { border-color: #586B31; }

 span { border-color: rgb(88,107,49); }

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