Html Css Color HEX #586B2A Dark Olive Green

📋 copy color: '#586B2A'

red 88 ◦ green 107 ◦ blue 42

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

Shades of Dark Olive Green #586B2A

Tints of Dark Olive Green #586B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.72%

R = 37.13%
G = 45.15%
B = 17.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#586B2A (or 0x586B2A) is known color: Dark Olive Green. HEX triplet: 58, 6B and 2A. RGB value is (88,107,42). Sum of RGB (Red+Green+Blue) = 88+107+42=237 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.13% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #586B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586B2A is #A794D5. Grayscale: #5E5E5E. Windows color (decimal): -10982614 or 2779992. OLE color: 2779992.

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

Color convert

RGB 88 107 42 -
CMYK 0.18 0 0.61 0.58
HSL 77.54º 0.44% 0.29% -
HSV(B) 77.54º 0.61% 0.42% -
XYZ 9.7 12.76 4.14 -
YUV 93.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 88 107 42 0.18 0 0.61 0.58 77.54 0.44 0.29
Hex 58 6B 2A 12 0 3D 3A 4E 2C 1D
Octal 130 153 52 22 0 75 72 116 54 35
Binary 1011000 1101011 101010 10010 0 111101 111010 1001110 101100 11101

Color Harmonies of #586B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B2A

Black with #586B2A

Text Example


Text Example

White with #586B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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