#45614C

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

Shades of Mineral Green #45614C

Tints of Mineral Green #45614C

Color information

#45614C (or 0x45614C) is unknown color: approx Mineral Green. HEX triplet: 45, 61 and 4C. RGB value is (69,97,76). Sum of RGB (Red+Green+Blue) = 69+97+76=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #45614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45614C is #BA9EB3. Grayscale: #565656. Windows color (decimal): -12230324 or 5005637. OLE color: 5005637.

HSL color Cylindrical-coordinate representation of color #45614C: hue angle of 135º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45614C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB699776-
CMYK0.2900.220.62
HSL135º16.87%32.55%-
HSV(B)135º28.87%38.04%-
XYZ8.0310.348.41-
YUV86.23122.22115.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.51%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=28.51%
G=40.08%
B=31.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6997760.2900.220.6213516.8732.55
Hex45614C1D0163E871121
Octal10514111435026762072141
Binary100010111000011001100111010101101111101000011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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