#4B6D56

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

Shades of Mineral Green #4B6D56

Tints of Mineral Green #4B6D56

Color information

#4B6D56 (or 0x4B6D56) is unknown color: approx Mineral Green. HEX triplet: 4B, 6D and 56. RGB value is (75,109,86). Sum of RGB (Red+Green+Blue) = 75+109+86=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D56 is #B492A9. Grayscale: #606060. Windows color (decimal): -11834026 or 5664075. OLE color: 5664075.

HSL color Cylindrical-coordinate representation of color #4B6D56: hue angle of 139.41º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D56 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB7510986-
CMYK0.3100.210.57
HSL139.41º18.48%36.08%-
HSV(B)139.41º31.19%42.75%-
XYZ10.0513.1110.8-
YUV96.21122.24112.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 109 (42.97% from 255) = 40.37%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=27.78%
G=40.37%
B=31.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75109860.3100.210.57139.4118.4836.08
Hex4B6D561F015398b1224
Octal11315512637025712132244
Binary100101111011011010110111110101011110011000101110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,109,86); }

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

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

 a { background-color: rgb(75,109,86); }

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

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

 span { border-color: rgb(75,109,86); }

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