Html Css Color HEX #4C6851 Mineral Green

📋 copy color: '#4C6851'

red 76 ◦ green 104 ◦ blue 81

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

Shades of Mineral Green #4C6851

Tints of Mineral Green #4C6851

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.85%

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

R = 29.12%
G = 39.85%
B = 31.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#4C6851 (or 0x4C6851) is known color: Mineral Green. HEX triplet: 4C, 68 and 51. RGB value is (76,104,81). Sum of RGB (Red+Green+Blue) = 76+104+81=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6851 is #B397AE. Grayscale: #5D5D5D. Windows color (decimal): -11769775 or 5335116. OLE color: 5335116.

HSL color Cylindrical-coordinate representation of color #4C6851: hue angle of 130.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6851 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 81 -
CMYK 0.27 0 0.22 0.59
HSL 130.71º 0.16% 0.35% -
HSV(B) 130.71º 0.27% 0.41% -
XYZ 9.42 12.03 9.61 -
YUV 93.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 76 104 81 0.27 0 0.22 0.59 130.71 0.16 0.35
Hex 4C 68 51 1B 0 16 3B 83 10 23
Octal 114 150 121 33 0 26 73 203 20 43
Binary 1001100 1101000 1010001 11011 0 10110 111011 10000011 10000 100011

Color Harmonies of #4C6851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6851

Black with #4C6851

Text Example


Text Example

White with #4C6851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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