#45674C

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

Shades of Mineral Green #45674C

Tints of Mineral Green #45674C

Color information

#45674C (or 0x45674C) is unknown color: approx Mineral Green. HEX triplet: 45, 67 and 4C. RGB value is (69,103,76). Sum of RGB (Red+Green+Blue) = 69+103+76=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #45674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45674C is #BA98B3. Grayscale: #595959. Windows color (decimal): -12228788 or 5007173. OLE color: 5007173.

HSL color Cylindrical-coordinate representation of color #45674C: hue angle of 132.35º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #45674C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB6910376-
CMYK0.3300.260.60
HSL132.35º19.77%33.73%-
HSV(B)132.35º33.01%40.39%-
XYZ8.6111.498.6-
YUV89.76120.24113.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=27.82%
G=41.53%
B=30.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69103760.3300.260.60132.3519.7733.73
Hex45674C2101A3C841422
Octal10514711441032742042442
Binary1000101110011110011001000010110101111001000010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45674C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45674C; }

 p { color: rgb(69,103,76); }

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

<style>
 a { background-color: #45674C; }

 a { background-color: rgb(69,103,76); }

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

<style>
 span { border-color: #45674C; }

 span { border-color: rgb(69,103,76); }

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