Html Css Color HEX #4B594E Mineral Green

📋 copy color: '#4B594E'

red 75 ◦ green 89 ◦ blue 78

#4B594E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #4B594E

Tints of Mineral Green #4B594E

RGB

 RED value IS 75 (29.69% from 255) = 30.99%

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 30.99%
G = 36.78%
B = 32.23%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#4B594E (or 0x4B594E) is known color: Mineral Green. HEX triplet: 4B, 59 and 4E. RGB value is (75,89,78). Sum of RGB (Red+Green+Blue) = 75+89+78=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #4B594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B594E is #B4A6B1. Grayscale: #535353. Windows color (decimal): -11839154 or 5134667. OLE color: 5134667.

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

Color convert

RGB 75 89 78 -
CMYK 0.16 0 0.12 0.65
HSL 132.86º 0.09% 0.32% -
HSV(B) 132.86º 0.16% 0.35% -
XYZ 7.85 9.19 8.57 -
YUV 83.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 75 89 78 0.16 0 0.12 0.65 132.86 0.09 0.32
Hex 4B 59 4E 10 0 C 41 85 9 20
Octal 113 131 116 20 0 14 101 205 11 40
Binary 1001011 1011001 1001110 10000 0 1100 1000001 10000101 1001 100000

Color Harmonies of #4B594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B594E

Black with #4B594E

Text Example


Text Example

White with #4B594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B594E;
 }
 .AnyTagClassName
 {
   color: #4B594E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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