Html Css Color HEX #58732D Dark Olive Green

📋 copy color: '#58732D'

red 88 ◦ green 115 ◦ blue 45

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

Shades of Dark Olive Green #58732D

Tints of Dark Olive Green #58732D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 35.48%
G = 46.37%
B = 18.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#58732D (or 0x58732D) is known color: Dark Olive Green. HEX triplet: 58, 73 and 2D. RGB value is (88,115,45). Sum of RGB (Red+Green+Blue) = 88+115+45=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #58732D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58732D is #A78CD2. Grayscale: #636363. Windows color (decimal): -10980563 or 2978648. OLE color: 2978648.

HSL color Cylindrical-coordinate representation of color #58732D: hue angle of 83.14º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58732D is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 115 45 -
CMYK 0.23 0 0.61 0.55
HSL 83.14º 0.44% 0.31% -
HSV(B) 83.14º 0.61% 0.45% -
XYZ 10.63 14.53 4.73 -
YUV 98.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 88 115 45 0.23 0 0.61 0.55 83.14 0.44 0.31
Hex 58 73 2D 17 0 3D 37 53 2C 1F
Octal 130 163 55 27 0 75 67 123 54 37
Binary 1011000 1110011 101101 10111 0 111101 110111 1010011 101100 11111

Color Harmonies of #58732D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58732D

Black with #58732D

Text Example


Text Example

White with #58732D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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