Html Css Color HEX #4C614F Mineral Green

📋 copy color: '#4C614F'

red 76 ◦ green 97 ◦ blue 79

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

Shades of Mineral Green #4C614F

Tints of Mineral Green #4C614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 30.16%
G = 38.49%
B = 31.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#4C614F (or 0x4C614F) is known color: Mineral Green. HEX triplet: 4C, 61 and 4F. RGB value is (76,97,79). Sum of RGB (Red+Green+Blue) = 76+97+79=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #4C614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C614F is #B39EB0. Grayscale: #585858. Windows color (decimal): -11771569 or 5202252. OLE color: 5202252.

HSL color Cylindrical-coordinate representation of color #4C614F: hue angle of 128.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C614F is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 97 79 -
CMYK 0.22 0 0.19 0.62
HSL 128.57º 0.12% 0.34% -
HSV(B) 128.57º 0.22% 0.38% -
XYZ 8.67 10.65 9 -
YUV 88.67 122.54 118.96 -
System Red Green Blue C M Y K H S L
Decimal 76 97 79 0.22 0 0.19 0.62 128.57 0.12 0.34
Hex 4C 61 4F 16 0 13 3E 81 C 22
Octal 114 141 117 26 0 23 76 201 14 42
Binary 1001100 1100001 1001111 10110 0 10011 111110 10000001 1100 100010

Color Harmonies of #4C614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C614F

Black with #4C614F

Text Example


Text Example

White with #4C614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,79); }

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

background-color css

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

 a { background-color: rgb(76,97,79); }

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

border-color css

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

 span { border-color: rgb(76,97,79); }

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