Html Css Color HEX #56645B Mineral Green

📋 copy color: '#56645B'

red 86 ◦ green 100 ◦ blue 91

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

Shades of Mineral Green #56645B

Tints of Mineral Green #56645B

RGB

 RED value IS 86 (33.98% from 255) = 31.05%

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 31.05%
G = 36.1%
B = 32.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#56645B (or 0x56645B) is known color: Mineral Green. HEX triplet: 56, 64 and 5B. RGB value is (86,100,91). Sum of RGB (Red+Green+Blue) = 86+100+91=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #56645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56645B is #A99BA4. Grayscale: #5E5E5E. Windows color (decimal): -11115429 or 5989462. OLE color: 5989462.

HSL color Cylindrical-coordinate representation of color #56645B: hue angle of 141.43º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #56645B is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 86 100 91 -
CMYK 0.14 0 0.09 0.61
HSL 141.43º 0.08% 0.36% -
HSV(B) 141.43º 0.14% 0.39% -
XYZ 10.28 11.85 11.64 -
YUV 94.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 86 100 91 0.14 0 0.09 0.61 141.43 0.08 0.36
Hex 56 64 5B E 0 9 3D 8D 8 24
Octal 126 144 133 16 0 11 75 215 10 44
Binary 1010110 1100100 1011011 1110 0 1001 111101 10001101 1000 100100

Color Harmonies of #56645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56645B

Black with #56645B

Text Example


Text Example

White with #56645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56645B; }

 p { color: rgb(86,100,91); }

 H1.HeaderClassName
 {
   color: #56645B;
 }
 .AnyTagClassName
 {
   color: #56645B;
 }
</style>

background-color css

<style>
 a { background-color: #56645B; }

 a { background-color: rgb(86,100,91); }

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

border-color css

<style>
 span { border-color: #56645B; }

 span { border-color: rgb(86,100,91); }

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