#45644D

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

Shades of Mineral Green #45644D

Tints of Mineral Green #45644D

Color information

#45644D (or 0x45644D) is unknown color: approx Mineral Green. HEX triplet: 45, 64 and 4D. RGB value is (69,100,77). Sum of RGB (Red+Green+Blue) = 69+100+77=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #45644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45644D is #BA9BB2. Grayscale: #585858. Windows color (decimal): -12229555 or 5071941. OLE color: 5071941.

HSL color Cylindrical-coordinate representation of color #45644D: hue angle of 135.48º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #45644D is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB6910077-
CMYK0.3100.230.61
HSL135.48º18.34%33.14%-
HSV(B)135.48º31%39.22%-
XYZ8.3510.928.69-
YUV88.11121.73114.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=28.05%
G=40.65%
B=31.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69100770.3100.230.61135.4818.3433.14
Hex45644D1F0173D871221
Octal10514411537027752072241
Binary100010111001001001101111110101111111011000011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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