#4C6852

Color #4C6852 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #4C6852

Tints of Mineral Green #4C6852

Color information

#4C6852 (or 0x4C6852) is unknown color: approx Mineral Green. HEX triplet: 4C, 68 and 52. RGB value is (76,104,82). Sum of RGB (Red+Green+Blue) = 76+104+82=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #4C6852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6852 is #B397AD. Grayscale: #5D5D5D. Windows color (decimal): -11769774 or 5400652. OLE color: 5400652.

HSL color Cylindrical-coordinate representation of color #4C6852: hue angle of 132.86º 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 #4C6852 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB7610482-
CMYK0.2700.210.59
HSL132.86º15.56%35.29%-
HSV(B)132.86º26.92%40.78%-
XYZ9.4512.059.81-
YUV93.12121.72115.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.01%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=29.01%
G=39.69%
B=31.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76104820.2700.210.59132.8615.5635.29
Hex4C68521B0153B851023
Octal11415012233025732052043
Binary100110011010001010010110110101011110111000010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6852;
 }
 .AnyTagClassName
 {
   color: #4C6852;
 }
</style>
background-color css

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

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

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

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

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

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