Html Css Color HEX #58682C Dark Olive Green

📋 copy color: '#58682C'

red 88 ◦ green 104 ◦ blue 44

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

Shades of Dark Olive Green #58682C

Tints of Dark Olive Green #58682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.07%

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 37.29%
G = 44.07%
B = 18.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#58682C (or 0x58682C) is known color: Dark Olive Green. HEX triplet: 58, 68 and 2C. RGB value is (88,104,44). Sum of RGB (Red+Green+Blue) = 88+104+44=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 104 - color contains mainly: green. Hex color #58682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58682C is #A797D3. Grayscale: #5C5C5C. Windows color (decimal): -10983380 or 2910296. OLE color: 2910296.

HSL color Cylindrical-coordinate representation of color #58682C: hue angle of 76º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58682C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 104 44 -
CMYK 0.15 0 0.58 0.59
HSL 76º 0.41% 0.29% -
HSV(B) 76º 0.58% 0.41% -
XYZ 9.43 12.16 4.23 -
YUV 92.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 88 104 44 0.15 0 0.58 0.59 76 0.41 0.29
Hex 58 68 2C F 0 3A 3B 4C 29 1D
Octal 130 150 54 17 0 72 73 114 51 35
Binary 1011000 1101000 101100 1111 0 111010 111011 1001100 101001 11101

Color Harmonies of #58682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58682C

Black with #58682C

Text Example


Text Example

White with #58682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58682C; }

 p { color: rgb(88,104,44); }

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

background-color css

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

 a { background-color: rgb(88,104,44); }

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

border-color css

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

 span { border-color: rgb(88,104,44); }

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