Html Css Color HEX #586F2D Dark Olive Green

📋 copy color: '#586F2D'

red 88 ◦ green 111 ◦ blue 45

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

Shades of Dark Olive Green #586F2D

Tints of Dark Olive Green #586F2D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 45 (17.97% from 255) = 18.44%

R = 36.07%
G = 45.49%
B = 18.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#586F2D (or 0x586F2D) is known color: Dark Olive Green. HEX triplet: 58, 6F and 2D. RGB value is (88,111,45). Sum of RGB (Red+Green+Blue) = 88+111+45=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #586F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586F2D is #A790D2. Grayscale: #606060. Windows color (decimal): -10981587 or 2977624. OLE color: 2977624.

HSL color Cylindrical-coordinate representation of color #586F2D: hue angle of 80.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #586F2D is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 111 45 -
CMYK 0.21 0 0.59 0.56
HSL 80.91º 0.42% 0.31% -
HSV(B) 80.91º 0.59% 0.44% -
XYZ 10.18 13.63 4.58 -
YUV 96.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 88 111 45 0.21 0 0.59 0.56 80.91 0.42 0.31
Hex 58 6F 2D 15 0 3B 38 51 2A 1F
Octal 130 157 55 25 0 73 70 121 52 37
Binary 1011000 1101111 101101 10101 0 111011 111000 1010001 101010 11111

Color Harmonies of #586F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586F2D

Black with #586F2D

Text Example


Text Example

White with #586F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,111,45); }

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

background-color css

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

 a { background-color: rgb(88,111,45); }

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

border-color css

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

 span { border-color: rgb(88,111,45); }

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