Html Css Color HEX #4C6A51 Mineral Green

📋 copy color: '#4C6A51'

red 76 ◦ green 106 ◦ blue 81

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

Shades of Mineral Green #4C6A51

Tints of Mineral Green #4C6A51

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.3%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 28.9%
G = 40.3%
B = 30.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#4C6A51 (or 0x4C6A51) is known color: Mineral Green. HEX triplet: 4C, 6A and 51. RGB value is (76,106,81). Sum of RGB (Red+Green+Blue) = 76+106+81=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6A51 is #B395AE. Grayscale: #5E5E5E. Windows color (decimal): -11769263 or 5335628. OLE color: 5335628.

HSL color Cylindrical-coordinate representation of color #4C6A51: hue angle of 130º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6A51 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 106 81 -
CMYK 0.28 0 0.24 0.58
HSL 130º 0.16% 0.36% -
HSV(B) 130º 0.28% 0.42% -
XYZ 9.62 12.44 9.68 -
YUV 94.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 76 106 81 0.28 0 0.24 0.58 130 0.16 0.36
Hex 4C 6A 51 1C 0 18 3A 82 10 24
Octal 114 152 121 34 0 30 72 202 20 44
Binary 1001100 1101010 1010001 11100 0 11000 111010 10000010 10000 100100

Color Harmonies of #4C6A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6A51

Black with #4C6A51

Text Example


Text Example

White with #4C6A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,106,81); }

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

background-color css

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

 a { background-color: rgb(76,106,81); }

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

border-color css

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

 span { border-color: rgb(76,106,81); }

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