#4B6050

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

Shades of Mineral Green #4B6050

Tints of Mineral Green #4B6050

Color information

#4B6050 (or 0x4B6050) is unknown color: approx Mineral Green. HEX triplet: 4B, 60 and 50. RGB value is (75,96,80). Sum of RGB (Red+Green+Blue) = 75+96+80=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6050 is #B49FAF. Grayscale: #575757. Windows color (decimal): -11837360 or 5267531. OLE color: 5267531.

HSL color Cylindrical-coordinate representation of color #4B6050: hue angle of 134.29º 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 #4B6050 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB759680-
CMYK0.2200.170.62
HSL134.29º12.28%33.53%-
HSV(B)134.29º21.88%37.65%-
XYZ8.5310.449.15-
YUV87.9123.54118.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.88%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=29.88%
G=38.25%
B=31.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596800.2200.170.62134.2912.2833.53
Hex4B6050160113E86c22
Octal11314012026021762061442
Binary10010111100000101000010110010001111110100001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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