#4B584E

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

Shades of Mineral Green #4B584E

Tints of Mineral Green #4B584E

Color information

#4B584E (or 0x4B584E) is unknown color: approx Mineral Green. HEX triplet: 4B, 58 and 4E. RGB value is (75,88,78). Sum of RGB (Red+Green+Blue) = 75+88+78=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #4B584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B584E is #B4A7B1. Grayscale: #525252. Windows color (decimal): -11839410 or 5134411. OLE color: 5134411.

HSL color Cylindrical-coordinate representation of color #4B584E: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B584E is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB758878-
CMYK0.1500.110.65
HSL133.85º7.98%31.96%-
HSV(B)133.85º14.77%34.51%-
XYZ7.779.038.54-
YUV82.97125.19122.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=31.12%
G=36.51%
B=32.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7588780.1500.110.65133.857.9831.96
Hex4B584EF0B4186820
Octal113130116170131012061040
Binary1001011101100010011101111010111000001100001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,88,78); }

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

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

 a { background-color: rgb(75,88,78); }

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

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

 span { border-color: rgb(75,88,78); }

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