Html Css Color HEX #59752C Dark Olive Green

📋 copy color: '#59752C'

red 89 ◦ green 117 ◦ blue 44

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

Shades of Dark Olive Green #59752C

Tints of Dark Olive Green #59752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 35.6%
G = 46.8%
B = 17.6%

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

#59752C (or 0x59752C) is known color: Dark Olive Green. HEX triplet: 59, 75 and 2C. RGB value is (89,117,44). Sum of RGB (Red+Green+Blue) = 89+117+44=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #59752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59752C is #A68AD3. Grayscale: #646464. Windows color (decimal): -10914516 or 2913625. OLE color: 2913625.

HSL color Cylindrical-coordinate representation of color #59752C: hue angle of 83.01º degrees, saturation: 0.45, 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 #59752C is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 89 117 44 -
CMYK 0.24 0 0.62 0.54
HSL 83.01º 0.45% 0.32% -
HSV(B) 83.01º 0.62% 0.46% -
XYZ 10.94 15.03 4.71 -
YUV 100.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 89 117 44 0.24 0 0.62 0.54 83.01 0.45 0.32
Hex 59 75 2C 18 0 3E 36 53 2D 20
Octal 131 165 54 30 0 76 66 123 55 40
Binary 1011001 1110101 101100 11000 0 111110 110110 1010011 101101 100000

Color Harmonies of #59752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59752C

Black with #59752C

Text Example


Text Example

White with #59752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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