Html Css Color HEX #59645A Mineral Green

📋 copy color: '#59645A'

red 89 ◦ green 100 ◦ blue 90

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

Shades of Mineral Green #59645A

Tints of Mineral Green #59645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 31.9%
G = 35.84%
B = 32.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#59645A (or 0x59645A) is known color: Mineral Green. HEX triplet: 59, 64 and 5A. RGB value is (89,100,90). Sum of RGB (Red+Green+Blue) = 89+100+90=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 100 - color contains mainly: green. Hex color #59645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59645A is #A69BA5. Grayscale: #5F5F5F. Windows color (decimal): -10918822 or 5923929. OLE color: 5923929.

HSL color Cylindrical-coordinate representation of color #59645A: hue angle of 125.45º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59645A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 100 90 -
CMYK 0.11 0 0.10 0.61
HSL 125.45º 0.06% 0.37% -
HSV(B) 125.45º 0.11% 0.39% -
XYZ 10.52 11.98 11.43 -
YUV 95.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 89 100 90 0.11 0 0.10 0.61 125.45 0.06 0.37
Hex 59 64 5A B 0 A 3D 7D 6 25
Octal 131 144 132 13 0 12 75 175 6 45
Binary 1011001 1100100 1011010 1011 0 1010 111101 1111101 110 100101

Color Harmonies of #59645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59645A

Black with #59645A

Text Example


Text Example

White with #59645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,100,90); }

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

background-color css

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

 a { background-color: rgb(89,100,90); }

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

border-color css

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

 span { border-color: rgb(89,100,90); }

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