Html Css Color HEX #58732F Dark Olive Green

📋 copy color: '#58732F'

red 88 ◦ green 115 ◦ blue 47

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

Shades of Dark Olive Green #58732F

Tints of Dark Olive Green #58732F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 35.2%
G = 46%
B = 18.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#58732F (or 0x58732F) is known color: Dark Olive Green. HEX triplet: 58, 73 and 2F. RGB value is (88,115,47). Sum of RGB (Red+Green+Blue) = 88+115+47=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #58732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58732F is #A78CD0. Grayscale: #636363. Windows color (decimal): -10980561 or 3109720. OLE color: 3109720.

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

Color convert

RGB 88 115 47 -
CMYK 0.23 0 0.59 0.55
HSL 83.82º 0.42% 0.32% -
HSV(B) 83.82º 0.59% 0.45% -
XYZ 10.67 14.54 4.93 -
YUV 99.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 88 115 47 0.23 0 0.59 0.55 83.82 0.42 0.32
Hex 58 73 2F 17 0 3B 37 54 2A 20
Octal 130 163 57 27 0 73 67 124 52 40
Binary 1011000 1110011 101111 10111 0 111011 110111 1010100 101010 100000

Color Harmonies of #58732F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58732F

Black with #58732F

Text Example


Text Example

White with #58732F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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