#456A52

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

Shades of Mineral Green #456A52

Tints of Mineral Green #456A52

Color information

#456A52 (or 0x456A52) is unknown color: approx Mineral Green. HEX triplet: 45, 6A and 52. RGB value is (69,106,82). Sum of RGB (Red+Green+Blue) = 69+106+82=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #456A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A52 is #BA95AD. Grayscale: #5C5C5C. Windows color (decimal): -12228014 or 5401157. OLE color: 5401157.

HSL color Cylindrical-coordinate representation of color #456A52: hue angle of 141.08º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A52 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB6910682-
CMYK0.3500.230.58
HSL141.08º21.14%34.31%-
HSV(B)141.08º34.91%41.57%-
XYZ9.1312.189.85-
YUV92.2122.24111.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 106 (41.80% from 255) = 41.25%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=26.85%
G=41.25%
B=31.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69106820.3500.230.58141.0821.1434.31
Hex456A52230173A8d1522
Octal10515212243027722152542
Binary1000101110101010100101000110101111110101000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456A52; }

 p { color: rgb(69,106,82); }

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

<style>
 a { background-color: #456A52; }

 a { background-color: rgb(69,106,82); }

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

<style>
 span { border-color: #456A52; }

 span { border-color: rgb(69,106,82); }

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