Html Css Color HEX #4C6852 Mineral Green

📋 copy color: '#4C6852'

red 76 ◦ green 104 ◦ blue 82

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

Shades of Mineral Green #4C6852

Tints of Mineral Green #4C6852

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.3%

R = 29.01%
G = 39.69%
B = 31.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#4C6852 (or 0x4C6852) is known color: 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

RGB 76 104 82 -
CMYK 0.27 0 0.21 0.59
HSL 132.86º 0.16% 0.35% -
HSV(B) 132.86º 0.27% 0.41% -
XYZ 9.45 12.05 9.81 -
YUV 93.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 76 104 82 0.27 0 0.21 0.59 132.86 0.16 0.35
Hex 4C 68 52 1B 0 15 3B 85 10 23
Octal 114 150 122 33 0 25 73 205 20 43
Binary 1001100 1101000 1010010 11011 0 10101 111011 10000101 10000 100011

Color Harmonies of #4C6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6852

Black with #4C6852

Text Example


Text Example

White with #4C6852

Text Example


Text Example

HTML Codes & Css Web 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>