#4A6050

Color #4A6050 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #4A6050

Tints of Mineral Green #4A6050

Color information

#4A6050 (or 0x4A6050) is unknown color: approx Mineral Green. HEX triplet: 4A, 60 and 50. RGB value is (74,96,80). Sum of RGB (Red+Green+Blue) = 74+96+80=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A6050 is #B59FAF. Grayscale: #575757. Windows color (decimal): -11902896 or 5267530. OLE color: 5267530.

HSL color Cylindrical-coordinate representation of color #4A6050: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A6050 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB749680-
CMYK0.2300.170.62
HSL136.36º12.94%33.33%-
HSV(B)136.36º22.92%37.65%-
XYZ8.4510.49.15-
YUV87.6123.71118.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 80 (31.64% from 255) = 32%
R=29.6%
G=38.4%
B=32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7496800.2300.170.62136.3612.9433.33
Hex4A6050170113E88d21
Octal11214012027021762101541
Binary10010101100000101000010111010001111110100010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A6050;
 }
 .AnyTagClassName
 {
   color: #4A6050;
 }
</style>
background-color css

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

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

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

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

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

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