Html Css Color HEX #59752D Dark Olive Green

📋 copy color: '#59752D'

red 89 ◦ green 117 ◦ blue 45

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

Shades of Dark Olive Green #59752D

Tints of Dark Olive Green #59752D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 35.46%
G = 46.61%
B = 17.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#59752D (or 0x59752D) is known color: Dark Olive Green. HEX triplet: 59, 75 and 2D. RGB value is (89,117,45). Sum of RGB (Red+Green+Blue) = 89+117+45=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #59752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59752D is #A68AD2. Grayscale: #646464. Windows color (decimal): -10914515 or 2979161. OLE color: 2979161.

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

Color convert

RGB 89 117 45 -
CMYK 0.24 0 0.62 0.54
HSL 83.33º 0.44% 0.32% -
HSV(B) 83.33º 0.62% 0.46% -
XYZ 10.95 15.04 4.81 -
YUV 100.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 89 117 45 0.24 0 0.62 0.54 83.33 0.44 0.32
Hex 59 75 2D 18 0 3E 36 53 2C 20
Octal 131 165 55 30 0 76 66 123 54 40
Binary 1011001 1110101 101101 11000 0 111110 110110 1010011 101100 100000

Color Harmonies of #59752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59752D

Black with #59752D

Text Example


Text Example

White with #59752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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