Html Css Color HEX #5C725F Mineral Green

📋 copy color: '#5C725F'

red 92 ◦ green 114 ◦ blue 95

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

Shades of Mineral Green #5C725F

Tints of Mineral Green #5C725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 30.56%
G = 37.87%
B = 31.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#5C725F (or 0x5C725F) is known color: Mineral Green. HEX triplet: 5C, 72 and 5F. RGB value is (92,114,95). Sum of RGB (Red+Green+Blue) = 92+114+95=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #5C725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C725F is #A38DA0. Grayscale: #696969. Windows color (decimal): -10718625 or 6255196. OLE color: 6255196.

HSL color Cylindrical-coordinate representation of color #5C725F: hue angle of 128.18º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C725F is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 114 95 -
CMYK 0.19 0 0.17 0.55
HSL 128.18º 0.11% 0.4% -
HSV(B) 128.18º 0.19% 0.45% -
XYZ 12.5 15.14 13.09 -
YUV 105.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 92 114 95 0.19 0 0.17 0.55 128.18 0.11 0.4
Hex 5C 72 5F 13 0 11 37 80 B 28
Octal 134 162 137 23 0 21 67 200 13 50
Binary 1011100 1110010 1011111 10011 0 10001 110111 10000000 1011 101000

Color Harmonies of #5C725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C725F

Black with #5C725F

Text Example


Text Example

White with #5C725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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