Html Css Color HEX #4C6B52 Mineral Green

📋 copy color: '#4C6B52'

red 76 ◦ green 107 ◦ blue 82

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

Shades of Mineral Green #4C6B52

Tints of Mineral Green #4C6B52

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.38%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 28.68%
G = 40.38%
B = 30.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#4C6B52 (or 0x4C6B52) is known color: Mineral Green. HEX triplet: 4C, 6B and 52. RGB value is (76,107,82). Sum of RGB (Red+Green+Blue) = 76+107+82=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #4C6B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6B52 is #B394AD. Grayscale: #5E5E5E. Windows color (decimal): -11769006 or 5401420. OLE color: 5401420.

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

Color convert

RGB 76 107 82 -
CMYK 0.29 0 0.23 0.58
HSL 131.61º 0.17% 0.36% -
HSV(B) 131.61º 0.29% 0.42% -
XYZ 9.76 12.66 9.91 -
YUV 94.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 76 107 82 0.29 0 0.23 0.58 131.61 0.17 0.36
Hex 4C 6B 52 1D 0 17 3A 84 11 24
Octal 114 153 122 35 0 27 72 204 21 44
Binary 1001100 1101011 1010010 11101 0 10111 111010 10000100 10001 100100

Color Harmonies of #4C6B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6B52

Black with #4C6B52

Text Example


Text Example

White with #4C6B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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