Html Css Color HEX #4B6050 Mineral Green

📋 copy color: '#4B6050'

red 75 ◦ green 96 ◦ blue 80

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

Shades of Mineral Green #4B6050

Tints of Mineral Green #4B6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.25%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 29.88%
G = 38.25%
B = 31.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#4B6050 (or 0x4B6050) is known color: Mineral Green. HEX triplet: 4B, 60 and 50. RGB value is (75,96,80). Sum of RGB (Red+Green+Blue) = 75+96+80=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6050 is #B49FAF. Grayscale: #575757. Windows color (decimal): -11837360 or 5267531. OLE color: 5267531.

HSL color Cylindrical-coordinate representation of color #4B6050: hue angle of 134.29º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B6050 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 96 80 -
CMYK 0.22 0 0.17 0.62
HSL 134.29º 0.12% 0.34% -
HSV(B) 134.29º 0.22% 0.38% -
XYZ 8.53 10.44 9.15 -
YUV 87.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 75 96 80 0.22 0 0.17 0.62 134.29 0.12 0.34
Hex 4B 60 50 16 0 11 3E 86 C 22
Octal 113 140 120 26 0 21 76 206 14 42
Binary 1001011 1100000 1010000 10110 0 10001 111110 10000110 1100 100010

Color Harmonies of #4B6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6050

Black with #4B6050

Text Example


Text Example

White with #4B6050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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