Html Css Color HEX #5D635E Mineral Green

📋 copy color: '#5D635E'

red 93 ◦ green 99 ◦ blue 94

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

Shades of Mineral Green #5D635E

Tints of Mineral Green #5D635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 32.52%
G = 34.62%
B = 32.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#5D635E (or 0x5D635E) is known color: Mineral Green. HEX triplet: 5D, 63 and 5E. RGB value is (93,99,94). Sum of RGB (Red+Green+Blue) = 93+99+94=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5D635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D635E is #A29CA1. Grayscale: #606060. Windows color (decimal): -10656930 or 6185821. OLE color: 6185821.

HSL color Cylindrical-coordinate representation of color #5D635E: hue angle of 130º 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 #5D635E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 99 94 -
CMYK 0.06 0 0.05 0.61
HSL 130º 0.03% 0.38% -
HSV(B) 130º 0.06% 0.39% -
XYZ 11 12.06 12.34 -
YUV 96.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 93 99 94 0.06 0 0.05 0.61 130 0.03 0.38
Hex 5D 63 5E 6 0 5 3D 82 3 26
Octal 135 143 136 6 0 5 75 202 3 46
Binary 1011101 1100011 1011110 110 0 101 111101 10000010 11 100110

Color Harmonies of #5D635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D635E

Black with #5D635E

Text Example


Text Example

White with #5D635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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