#45624A

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

Shades of Mineral Green #45624A

Tints of Mineral Green #45624A

Color information

#45624A (or 0x45624A) is unknown color: approx Mineral Green. HEX triplet: 45, 62 and 4A. RGB value is (69,98,74). Sum of RGB (Red+Green+Blue) = 69+98+74=241 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.63% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 98 - color contains mainly: green. Hex color #45624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45624A is #BA9DB5. Grayscale: #565656. Windows color (decimal): -12230070 or 4874821. OLE color: 4874821.

HSL color Cylindrical-coordinate representation of color #45624A: hue angle of 130.34º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45624A is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB699874-
CMYK0.3000.240.62
HSL130.34º17.37%32.75%-
HSV(B)130.34º29.59%38.43%-
XYZ8.0610.498.08-
YUV86.59120.89115.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.63%
GREEN value IS 98 (38.67% from 255) = 40.66%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=28.63%
G=40.66%
B=30.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998740.3000.240.62130.3417.3732.75
Hex45624A1E0183E821121
Octal10514211236030762022141
Binary100010111000101001010111100110001111101000001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45624A; }

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

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

<style>
 a { background-color: #45624A; }

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

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

<style>
 span { border-color: #45624A; }

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

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