#4B6853

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

Shades of Mineral Green #4B6853

Tints of Mineral Green #4B6853

Color information

#4B6853 (or 0x4B6853) is unknown color: approx Mineral Green. HEX triplet: 4B, 68 and 53. RGB value is (75,104,83). Sum of RGB (Red+Green+Blue) = 75+104+83=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #4B6853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6853 is #B497AC. Grayscale: #5C5C5C. Windows color (decimal): -11835309 or 5466187. OLE color: 5466187.

HSL color Cylindrical-coordinate representation of color #4B6853: hue angle of 136.55º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4B6853 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB7510483-
CMYK0.2800.200.59
HSL136.55º16.2%35.1%-
HSV(B)136.55º27.88%40.78%-
XYZ9.4112.0210.01-
YUV92.94122.39115.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 83 (32.81% from 255) = 31.68%
R=28.63%
G=39.69%
B=31.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75104830.2800.200.59136.5516.235.1
Hex4B68531C0143B891023
Octal11315012334024732112043
Binary100101111010001010011111000101001110111000100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,104,83); }

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

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

 a { background-color: rgb(75,104,83); }

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

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

 span { border-color: rgb(75,104,83); }

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