Html Css Color HEX #58702D Dark Olive Green

📋 copy color: '#58702D'

red 88 ◦ green 112 ◦ blue 45

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

Shades of Dark Olive Green #58702D

Tints of Dark Olive Green #58702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 35.92%
G = 45.71%
B = 18.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#58702D (or 0x58702D) is known color: Dark Olive Green. HEX triplet: 58, 70 and 2D. RGB value is (88,112,45). Sum of RGB (Red+Green+Blue) = 88+112+45=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #58702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58702D is #A78FD2. Grayscale: #616161. Windows color (decimal): -10981331 or 2977880. OLE color: 2977880.

HSL color Cylindrical-coordinate representation of color #58702D: hue angle of 81.49º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58702D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 45 -
CMYK 0.21 0 0.60 0.56
HSL 81.49º 0.43% 0.31% -
HSV(B) 81.49º 0.6% 0.44% -
XYZ 10.29 13.85 4.61 -
YUV 97.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 88 112 45 0.21 0 0.60 0.56 81.49 0.43 0.31
Hex 58 70 2D 15 0 3C 38 51 2B 1F
Octal 130 160 55 25 0 74 70 121 53 37
Binary 1011000 1110000 101101 10101 0 111100 111000 1010001 101011 11111

Color Harmonies of #58702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58702D

Black with #58702D

Text Example


Text Example

White with #58702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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