#455D4A

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

Shades of Mineral Green #455D4A

Tints of Mineral Green #455D4A

Color information

#455D4A (or 0x455D4A) is unknown color: approx Mineral Green. HEX triplet: 45, 5D and 4A. RGB value is (69,93,74). Sum of RGB (Red+Green+Blue) = 69+93+74=236 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.24% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D4A is #BAA2B5. Grayscale: #535353. Windows color (decimal): -12231350 or 4873541. OLE color: 4873541.

HSL color Cylindrical-coordinate representation of color #455D4A: hue angle of 132.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D4A is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB699374-
CMYK0.2600.200.64
HSL132.5º14.81%31.76%-
HSV(B)132.5º25.81%36.47%-
XYZ7.69.597.93-
YUV83.66122.55117.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.24%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 74 (29.30% from 255) = 31.36%
R=29.24%
G=39.41%
B=31.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993740.2600.200.64132.514.8131.76
Hex455D4A1A0144084f20
Octal105135112320241002041740
Binary100010110111011001010110100101001000000100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D4A; }

 p { color: rgb(69,93,74); }

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

<style>
 a { background-color: #455D4A; }

 a { background-color: rgb(69,93,74); }

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

<style>
 span { border-color: #455D4A; }

 span { border-color: rgb(69,93,74); }

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