#4B6150

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

Shades of Mineral Green #4B6150

Tints of Mineral Green #4B6150

Color information

#4B6150 (or 0x4B6150) is unknown color: approx Mineral Green. HEX triplet: 4B, 61 and 50. RGB value is (75,97,80). Sum of RGB (Red+Green+Blue) = 75+97+80=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6150 is #B49EAF. Grayscale: #585858. Windows color (decimal): -11837104 or 5267787. OLE color: 5267787.

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

Color convert

RGB759780-
CMYK0.2300.180.62
HSL133.64º12.79%33.73%-
HSV(B)133.64º22.68%38.04%-
XYZ8.6210.629.19-
YUV88.48123.21118.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.76%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=29.76%
G=38.49%
B=31.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7597800.2300.180.62133.6412.7933.73
Hex4B6150170123E86d22
Octal11314112027022762061542
Binary10010111100001101000010111010010111110100001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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