Html Css Color HEX #5E635F Mineral Green

📋 copy color: '#5E635F'

red 94 ◦ green 99 ◦ blue 95

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

Shades of Mineral Green #5E635F

Tints of Mineral Green #5E635F

RGB

 RED value IS 94 (37.11% from 255) = 32.64%

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

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

R = 32.64%
G = 34.38%
B = 32.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#5E635F (or 0x5E635F) is known color: Mineral Green. HEX triplet: 5E, 63 and 5F. RGB value is (94,99,95). Sum of RGB (Red+Green+Blue) = 94+99+95=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635F is #A19CA0. Grayscale: #616161. Windows color (decimal): -10591393 or 6251358. OLE color: 6251358.

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

Color convert

RGB 94 99 95 -
CMYK 0.05 0 0.04 0.61
HSL 132º 0.03% 0.38% -
HSV(B) 132º 0.05% 0.39% -
XYZ 11.14 12.13 12.58 -
YUV 97.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 94 99 95 0.05 0 0.04 0.61 132 0.03 0.38
Hex 5E 63 5F 5 0 4 3D 84 3 26
Octal 136 143 137 5 0 4 75 204 3 46
Binary 1011110 1100011 1011111 101 0 100 111101 10000100 11 100110

Color Harmonies of #5E635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E635F

Black with #5E635F

Text Example


Text Example

White with #5E635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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