Html Css Color HEX #59752A Dark Olive Green

📋 copy color: '#59752A'

red 89 ◦ green 117 ◦ blue 42

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

Shades of Dark Olive Green #59752A

Tints of Dark Olive Green #59752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 35.89%
G = 47.18%
B = 16.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#59752A (or 0x59752A) is known color: Dark Olive Green. HEX triplet: 59, 75 and 2A. RGB value is (89,117,42). Sum of RGB (Red+Green+Blue) = 89+117+42=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #59752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59752A is #A68AD5. Grayscale: #646464. Windows color (decimal): -10914518 or 2782553. OLE color: 2782553.

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

Color convert

RGB 89 117 42 -
CMYK 0.24 0 0.64 0.54
HSL 82.4º 0.47% 0.31% -
HSV(B) 82.4º 0.64% 0.46% -
XYZ 10.9 15.01 4.51 -
YUV 100.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 89 117 42 0.24 0 0.64 0.54 82.4 0.47 0.31
Hex 59 75 2A 18 0 40 36 52 2F 1F
Octal 131 165 52 30 0 100 66 122 57 37
Binary 1011001 1110101 101010 11000 0 1000000 110110 1010010 101111 11111

Color Harmonies of #59752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59752A

Black with #59752A

Text Example


Text Example

White with #59752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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