#4B6352

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

Shades of Mineral Green #4B6352

Tints of Mineral Green #4B6352

Color information

#4B6352 (or 0x4B6352) is unknown color: approx Mineral Green. HEX triplet: 4B, 63 and 52. RGB value is (75,99,82). Sum of RGB (Red+Green+Blue) = 75+99+82=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6352 is #B49CAD. Grayscale: #595959. Windows color (decimal): -11836590 or 5399371. OLE color: 5399371.

HSL color Cylindrical-coordinate representation of color #4B6352: hue angle of 137.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B6352 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB759982-
CMYK0.2400.170.61
HSL137.5º13.79%34.12%-
HSV(B)137.5º24.24%38.82%-
XYZ8.8911.039.64-
YUV89.89123.55117.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=29.30%
G=38.67%
B=32.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7599820.2400.170.61137.513.7934.12
Hex4B6352180113D8ae22
Octal11314312230021752121642
Binary10010111100011101001011000010001111101100010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,82); }

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

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

 a { background-color: rgb(75,99,82); }

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

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

 span { border-color: rgb(75,99,82); }

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