Html Css Color HEX #4A6750 Mineral Green

📋 copy color: '#4A6750'

red 74 ◦ green 103 ◦ blue 80

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

Shades of Mineral Green #4A6750

Tints of Mineral Green #4A6750

RGB

 RED value IS 74 (29.3% from 255) = 28.79%

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 28.79%
G = 40.08%
B = 31.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#4A6750 (or 0x4A6750) is known color: Mineral Green. HEX triplet: 4A, 67 and 50. RGB value is (74,103,80). Sum of RGB (Red+Green+Blue) = 74+103+80=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6750 is #B598AF. Grayscale: #5B5B5B. Windows color (decimal): -11901104 or 5269322. OLE color: 5269322.

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

Color convert

RGB 74 103 80 -
CMYK 0.28 0 0.22 0.60
HSL 132.41º 0.16% 0.35% -
HSV(B) 132.41º 0.28% 0.4% -
XYZ 9.12 11.74 9.37 -
YUV 91.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 74 103 80 0.28 0 0.22 0.60 132.41 0.16 0.35
Hex 4A 67 50 1C 0 16 3C 84 10 23
Octal 112 147 120 34 0 26 74 204 20 43
Binary 1001010 1100111 1010000 11100 0 10110 111100 10000100 10000 100011

Color Harmonies of #4A6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6750

Black with #4A6750

Text Example


Text Example

White with #4A6750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,80); }

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

background-color css

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

 a { background-color: rgb(74,103,80); }

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

border-color css

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

 span { border-color: rgb(74,103,80); }

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