#45674D

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

Shades of Mineral Green #45674D

Tints of Mineral Green #45674D

Color information

#45674D (or 0x45674D) is unknown color: approx Mineral Green. HEX triplet: 45, 67 and 4D. RGB value is (69,103,77). Sum of RGB (Red+Green+Blue) = 69+103+77=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #45674D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45674D is #BA98B2. Grayscale: #595959. Windows color (decimal): -12228787 or 5072709. OLE color: 5072709.

HSL color Cylindrical-coordinate representation of color #45674D: hue angle of 134.12º 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 #45674D is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB6910377-
CMYK0.3300.250.60
HSL134.12º19.77%33.73%-
HSV(B)134.12º33.01%40.39%-
XYZ8.6411.58.79-
YUV89.87120.74113.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=27.71%
G=41.37%
B=30.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal69103770.3300.250.60134.1219.7733.73
Hex45674D210193C861422
Octal10514711541031742062442
Binary1000101110011110011011000010110011111001000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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