Html Css Color HEX #58742D Dark Olive Green

📋 copy color: '#58742D'

red 88 ◦ green 116 ◦ blue 45

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

Shades of Dark Olive Green #58742D

Tints of Dark Olive Green #58742D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 35.34%
G = 46.59%
B = 18.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#58742D (or 0x58742D) is known color: Dark Olive Green. HEX triplet: 58, 74 and 2D. RGB value is (88,116,45). Sum of RGB (Red+Green+Blue) = 88+116+45=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #58742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58742D is #A78BD2. Grayscale: #636363. Windows color (decimal): -10980307 or 2978904. OLE color: 2978904.

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

Color convert

RGB 88 116 45 -
CMYK 0.24 0 0.61 0.55
HSL 83.66º 0.44% 0.32% -
HSV(B) 83.66º 0.61% 0.45% -
XYZ 10.74 14.75 4.76 -
YUV 99.53 97.22 119.77 -
System Red Green Blue C M Y K H S L
Decimal 88 116 45 0.24 0 0.61 0.55 83.66 0.44 0.32
Hex 58 74 2D 18 0 3D 37 54 2C 20
Octal 130 164 55 30 0 75 67 124 54 40
Binary 1011000 1110100 101101 11000 0 111101 110111 1010100 101100 100000

Color Harmonies of #58742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58742D

Black with #58742D

Text Example


Text Example

White with #58742D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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