Html Css Color HEX #586532 Dark Olive Green

📋 copy color: '#586532'

red 88 ◦ green 101 ◦ blue 50

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

Shades of Dark Olive Green #586532

Tints of Dark Olive Green #586532

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.26%

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

R = 36.82%
G = 42.26%
B = 20.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#586532 (or 0x586532) is known color: Dark Olive Green. HEX triplet: 58, 65 and 32. RGB value is (88,101,50). Sum of RGB (Red+Green+Blue) = 88+101+50=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #586532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586532 is #A79ACD. Grayscale: #5B5B5B. Windows color (decimal): -10984142 or 3302744. OLE color: 3302744.

HSL color Cylindrical-coordinate representation of color #586532: hue angle of 75.29º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #586532 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 50 -
CMYK 0.13 0 0.50 0.60
HSL 75.29º 0.34% 0.3% -
HSV(B) 75.29º 0.5% 0.4% -
XYZ 9.25 11.61 4.77 -
YUV 91.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 88 101 50 0.13 0 0.50 0.60 75.29 0.34 0.3
Hex 58 65 32 D 0 32 3C 4B 22 1E
Octal 130 145 62 15 0 62 74 113 42 36
Binary 1011000 1100101 110010 1101 0 110010 111100 1001011 100010 11110

Color Harmonies of #586532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586532

Black with #586532

Text Example


Text Example

White with #586532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586532; }

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

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

background-color css

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

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

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

border-color css

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

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

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