Html Css Color HEX #59702D Dark Olive Green

📋 copy color: '#59702D'

red 89 ◦ green 112 ◦ blue 45

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

Shades of Dark Olive Green #59702D

Tints of Dark Olive Green #59702D

RGB

 RED value IS 89 (35.16% from 255) = 36.18%

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

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

R = 36.18%
G = 45.53%
B = 18.29%

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

#59702D (or 0x59702D) is known color: Dark Olive Green. HEX triplet: 59, 70 and 2D. RGB value is (89,112,45). Sum of RGB (Red+Green+Blue) = 89+112+45=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #59702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59702D is #A68FD2. Grayscale: #616161. Windows color (decimal): -10915795 or 2977881. OLE color: 2977881.

HSL color Cylindrical-coordinate representation of color #59702D: hue angle of 80.6º 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 #59702D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 45 -
CMYK 0.21 0 0.60 0.56
HSL 80.6º 0.43% 0.31% -
HSV(B) 80.6º 0.6% 0.44% -
XYZ 10.39 13.9 4.62 -
YUV 97.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 89 112 45 0.21 0 0.60 0.56 80.6 0.43 0.31
Hex 59 70 2D 15 0 3C 38 51 2B 1F
Octal 131 160 55 25 0 74 70 121 53 37
Binary 1011001 1110000 101101 10101 0 111100 111000 1010001 101011 11111

Color Harmonies of #59702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59702D

Black with #59702D

Text Example


Text Example

White with #59702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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