#4B6550

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

Shades of Mineral Green #4B6550

Tints of Mineral Green #4B6550

Color information

#4B6550 (or 0x4B6550) is unknown color: approx Mineral Green. HEX triplet: 4B, 65 and 50. RGB value is (75,101,80). Sum of RGB (Red+Green+Blue) = 75+101+80=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6550 is #B49AAF. Grayscale: #5A5A5A. Windows color (decimal): -11836080 or 5268811. OLE color: 5268811.

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

Color convert

RGB7510180-
CMYK0.2600.210.60
HSL131.54º14.77%34.51%-
HSV(B)131.54º25.74%39.61%-
XYZ911.389.31-
YUV90.83121.89116.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=29.30%
G=39.45%
B=31.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75101800.2600.210.60131.5414.7734.51
Hex4B65501A0153C84f23
Octal11314512032025742041743
Binary10010111100101101000011010010101111100100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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