#5C635D

Color #5C635D Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #5C635D

Tints of Mineral Green #5C635D

Color information

#5C635D (or 0x5C635D) is unknown color: approx Mineral Green. HEX triplet: 5C, 63 and 5D. RGB value is (92,99,93). Sum of RGB (Red+Green+Blue) = 92+99+93=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5C635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C635D is #A39CA2. Grayscale: #606060. Windows color (decimal): -10722467 or 6120284. OLE color: 6120284.

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

Color convert

RGB929993-
CMYK0.0700.060.61
HSL128.57º3.66%37.45%-
HSV(B)128.57º7.07%38.82%-
XYZ10.8511.9912.1-
YUV96.22126.18124.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.39%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=32.39%
G=34.86%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9299930.0700.060.61128.573.6637.45
Hex5C635D7063D81425
Octal13414313570675201445
Binary101110011000111011101111011011110110000001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,99,93); }

 H1.HeaderClassName
 {
   color: #5C635D;
 }
 .AnyTagClassName
 {
   color: #5C635D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,99,93); }

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

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

 span { border-color: rgb(92,99,93); }

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