#45604A

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

Shades of Mineral Green #45604A

Tints of Mineral Green #45604A

Color information

#45604A (or 0x45604A) is unknown color: approx Mineral Green. HEX triplet: 45, 60 and 4A. RGB value is (69,96,74). Sum of RGB (Red+Green+Blue) = 69+96+74=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #45604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45604A is #BA9FB5. Grayscale: #555555. Windows color (decimal): -12230582 or 4874309. OLE color: 4874309.

HSL color Cylindrical-coordinate representation of color #45604A: hue angle of 131.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #45604A is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB699674-
CMYK0.2800.230.62
HSL131.11º16.36%32.35%-
HSV(B)131.11º28.12%37.65%-
XYZ7.8710.138.02-
YUV85.42121.55116.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=28.87%
G=40.17%
B=30.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996740.2800.230.62131.1116.3632.35
Hex45604A1C0173E831020
Octal10514011234027762032040
Binary100010111000001001010111000101111111101000001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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