Html Css Color HEX #5C645F Mineral Green

📋 copy color: '#5C645F'

red 92 ◦ green 100 ◦ blue 95

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

Shades of Mineral Green #5C645F

Tints of Mineral Green #5C645F

RGB

 RED value IS 92 (36.33% from 255) = 32.06%

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 32.06%
G = 34.84%
B = 33.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#5C645F (or 0x5C645F) is known color: Mineral Green. HEX triplet: 5C, 64 and 5F. RGB value is (92,100,95). Sum of RGB (Red+Green+Blue) = 92+100+95=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 100 - color contains mainly: green. Hex color #5C645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C645F is #A39BA0. Grayscale: #616161. Windows color (decimal): -10722209 or 6251612. OLE color: 6251612.

HSL color Cylindrical-coordinate representation of color #5C645F: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C645F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 100 95 -
CMYK 0.08 0 0.05 0.61
HSL 142.5º 0.04% 0.38% -
HSV(B) 142.5º 0.08% 0.39% -
XYZ 11.04 12.22 12.6 -
YUV 97.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 92 100 95 0.08 0 0.05 0.61 142.5 0.04 0.38
Hex 5C 64 5F 8 0 5 3D 8E 4 26
Octal 134 144 137 10 0 5 75 216 4 46
Binary 1011100 1100100 1011111 1000 0 101 111101 10001110 100 100110

Color Harmonies of #5C645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C645F

Black with #5C645F

Text Example


Text Example

White with #5C645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C645F; }

 p { color: rgb(92,100,95); }

 H1.HeaderClassName
 {
   color: #5C645F;
 }
 .AnyTagClassName
 {
   color: #5C645F;
 }
</style>

background-color css

<style>
 a { background-color: #5C645F; }

 a { background-color: rgb(92,100,95); }

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

border-color css

<style>
 span { border-color: #5C645F; }

 span { border-color: rgb(92,100,95); }

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