Html Css Color HEX #59704A Dingley

📋 copy color: '#59704A'

red 89 ◦ green 112 ◦ blue 74

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

Shades of Dingley #59704A

Tints of Dingley #59704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.91%

R = 32.36%
G = 40.73%
B = 26.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#59704A (or 0x59704A) is known color: Dingley. HEX triplet: 59, 70 and 4A. RGB value is (89,112,74). Sum of RGB (Red+Green+Blue) = 89+112+74=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #59704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59704A is #A68FB5. Grayscale: #646464. Windows color (decimal): -10915766 or 4878425. OLE color: 4878425.

HSL color Cylindrical-coordinate representation of color #59704A: hue angle of 96.32º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #59704A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 112 74 -
CMYK 0.21 0 0.34 0.56
HSL 96.32º 0.2% 0.36% -
HSV(B) 96.32º 0.34% 0.44% -
XYZ 11.15 14.21 8.63 -
YUV 100.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 89 112 74 0.21 0 0.34 0.56 96.32 0.2 0.36
Hex 59 70 4A 15 0 22 38 60 14 24
Octal 131 160 112 25 0 42 70 140 24 44
Binary 1011001 1110000 1001010 10101 0 100010 111000 1100000 10100 100100

Color Harmonies of #59704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59704A

Black with #59704A

Text Example


Text Example

White with #59704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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