Html Css Color HEX #58692D Dark Olive Green

📋 copy color: '#58692D'

red 88 ◦ green 105 ◦ blue 45

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

Shades of Dark Olive Green #58692D

Tints of Dark Olive Green #58692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 36.97%
G = 44.12%
B = 18.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#58692D (or 0x58692D) is known color: Dark Olive Green. HEX triplet: 58, 69 and 2D. RGB value is (88,105,45). Sum of RGB (Red+Green+Blue) = 88+105+45=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #58692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58692D is #A796D2. Grayscale: #5D5D5D. Windows color (decimal): -10983123 or 2976088. OLE color: 2976088.

HSL color Cylindrical-coordinate representation of color #58692D: hue angle of 77º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58692D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 105 45 -
CMYK 0.16 0 0.57 0.59
HSL 77º 0.4% 0.29% -
HSV(B) 77º 0.57% 0.41% -
XYZ 9.55 12.37 4.37 -
YUV 93.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 88 105 45 0.16 0 0.57 0.59 77 0.4 0.29
Hex 58 69 2D 10 0 39 3B 4D 28 1D
Octal 130 151 55 20 0 71 73 115 50 35
Binary 1011000 1101001 101101 10000 0 111001 111011 1001101 101000 11101

Color Harmonies of #58692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58692D

Black with #58692D

Text Example


Text Example

White with #58692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58692D; }

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

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

background-color css

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

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

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

border-color css

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

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

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