Html Css Color HEX #4C6650 Mineral Green

📋 copy color: '#4C6650'

red 76 ◦ green 102 ◦ blue 80

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

Shades of Mineral Green #4C6650

Tints of Mineral Green #4C6650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 29.46%
G = 39.53%
B = 31.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#4C6650 (or 0x4C6650) is known color: Mineral Green. HEX triplet: 4C, 66 and 50. RGB value is (76,102,80). Sum of RGB (Red+Green+Blue) = 76+102+80=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #4C6650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6650 is #B399AF. Grayscale: #5B5B5B. Windows color (decimal): -11770288 or 5269068. OLE color: 5269068.

HSL color Cylindrical-coordinate representation of color #4C6650: hue angle of 129.23º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6650 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 76 102 80 -
CMYK 0.25 0 0.22 0.6
HSL 129.23º 0.15% 0.35% -
HSV(B) 129.23º 0.25% 0.4% -
XYZ 9.18 11.62 9.35 -
YUV 91.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 76 102 80 0.25 0 0.22 0.6 129.23 0.15 0.35
Hex 4C 66 50 19 0 16 3C 81 F 23
Octal 114 146 120 31 0 26 74 201 17 43
Binary 1001100 1100110 1010000 11001 0 10110 111100 10000001 1111 100011

Color Harmonies of #4C6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6650

Black with #4C6650

Text Example


Text Example

White with #4C6650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,102,80); }

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

background-color css

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

 a { background-color: rgb(76,102,80); }

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

border-color css

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

 span { border-color: rgb(76,102,80); }

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