Html Css Color HEX #4C6050 Mineral Green

📋 copy color: '#4C6050'

red 76 ◦ green 96 ◦ blue 80

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

Shades of Mineral Green #4C6050

Tints of Mineral Green #4C6050

RGB

 RED value IS 76 (30.08% from 255) = 30.16%

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 30.16%
G = 38.1%
B = 31.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#4C6050 (or 0x4C6050) is known color: Mineral Green. HEX triplet: 4C, 60 and 50. RGB value is (76,96,80). Sum of RGB (Red+Green+Blue) = 76+96+80=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6050 is #B39FAF. Grayscale: #585858. Windows color (decimal): -11771824 or 5267532. OLE color: 5267532.

HSL color Cylindrical-coordinate representation of color #4C6050: hue angle of 132º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C6050 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 96 80 -
CMYK 0.21 0 0.17 0.62
HSL 132º 0.12% 0.34% -
HSV(B) 132º 0.21% 0.38% -
XYZ 8.61 10.48 9.16 -
YUV 88.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 76 96 80 0.21 0 0.17 0.62 132 0.12 0.34
Hex 4C 60 50 15 0 11 3E 84 C 22
Octal 114 140 120 25 0 21 76 204 14 42
Binary 1001100 1100000 1010000 10101 0 10001 111110 10000100 1100 100010

Color Harmonies of #4C6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6050

Black with #4C6050

Text Example


Text Example

White with #4C6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C6050; }

 p { color: rgb(76,96,80); }

 H1.HeaderClassName
 {
   color: #4C6050;
 }
 .AnyTagClassName
 {
   color: #4C6050;
 }
</style>

background-color css

<style>
 a { background-color: #4C6050; }

 a { background-color: rgb(76,96,80); }

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

border-color css

<style>
 span { border-color: #4C6050; }

 span { border-color: rgb(76,96,80); }

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