Html Css Color HEX #586C32 Dark Olive Green

📋 copy color: '#586C32'

red 88 ◦ green 108 ◦ blue 50

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

Shades of Dark Olive Green #586C32

Tints of Dark Olive Green #586C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 43.9%

 BLUE value IS 50 (19.92% from 255) = 20.33%

R = 35.77%
G = 43.9%
B = 20.33%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#586C32 (or 0x586C32) is known color: Dark Olive Green. HEX triplet: 58, 6C and 32. RGB value is (88,108,50). Sum of RGB (Red+Green+Blue) = 88+108+50=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #586C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586C32 is #A793CD. Grayscale: #5F5F5F. Windows color (decimal): -10982350 or 3304536. OLE color: 3304536.

HSL color Cylindrical-coordinate representation of color #586C32: hue angle of 80.69º 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 #586C32 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 108 50 -
CMYK 0.19 0 0.54 0.58
HSL 80.69º 0.37% 0.31% -
HSV(B) 80.69º 0.54% 0.42% -
XYZ 9.96 13.03 5.01 -
YUV 95.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 88 108 50 0.19 0 0.54 0.58 80.69 0.37 0.31
Hex 58 6C 32 13 0 36 3A 51 25 1F
Octal 130 154 62 23 0 66 72 121 45 37
Binary 1011000 1101100 110010 10011 0 110110 111010 1010001 100101 11111

Color Harmonies of #586C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C32

Black with #586C32

Text Example


Text Example

White with #586C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,108,50); }

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

background-color css

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

 a { background-color: rgb(88,108,50); }

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

border-color css

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

 span { border-color: rgb(88,108,50); }

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