#4B5C4F

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

Shades of Mineral Green #4B5C4F

Tints of Mineral Green #4B5C4F

Color information

#4B5C4F (or 0x4B5C4F) is unknown color: approx Mineral Green. HEX triplet: 4B, 5C and 4F. RGB value is (75,92,79). Sum of RGB (Red+Green+Blue) = 75+92+79=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5C4F is #B4A3B0. Grayscale: #555555. Windows color (decimal): -11838385 or 5200971. OLE color: 5200971.

HSL color Cylindrical-coordinate representation of color #4B5C4F: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B5C4F is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB759279-
CMYK0.1800.140.64
HSL134.12º10.18%32.75%-
HSV(B)134.12º18.48%36.08%-
XYZ8.149.718.84-
YUV85.44124.37120.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=30.49%
G=37.40%
B=32.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7592790.1800.140.64134.1210.1832.75
Hex4B5C4F120E4086a21
Octal113134117220161002061241
Binary10010111011100100111110010011101000000100001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,92,79); }

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

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

 a { background-color: rgb(75,92,79); }

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

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

 span { border-color: rgb(75,92,79); }

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