Html Css Color HEX #5D635F Mineral Green

📋 copy color: '#5D635F'

red 93 ◦ green 99 ◦ blue 95

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

Shades of Mineral Green #5D635F

Tints of Mineral Green #5D635F

RGB

 RED value IS 93 (36.72% from 255) = 32.4%

 GREEN value IS 99 (39.06% from 255) = 34.49%

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

R = 32.4%
G = 34.49%
B = 33.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#5D635F (or 0x5D635F) is known color: Mineral Green. HEX triplet: 5D, 63 and 5F. RGB value is (93,99,95). Sum of RGB (Red+Green+Blue) = 93+99+95=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5D635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D635F is #A29CA0. Grayscale: #606060. Windows color (decimal): -10656929 or 6251357. OLE color: 6251357.

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

Color convert

RGB 93 99 95 -
CMYK 0.06 0 0.04 0.61
HSL 140º 0.03% 0.38% -
HSV(B) 140º 0.06% 0.39% -
XYZ 11.04 12.08 12.58 -
YUV 96.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 93 99 95 0.06 0 0.04 0.61 140 0.03 0.38
Hex 5D 63 5F 6 0 4 3D 8C 3 26
Octal 135 143 137 6 0 4 75 214 3 46
Binary 1011101 1100011 1011111 110 0 100 111101 10001100 11 100110

Color Harmonies of #5D635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D635F

Black with #5D635F

Text Example


Text Example

White with #5D635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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