#45644A

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

Shades of Mineral Green #45644A

Tints of Mineral Green #45644A

Color information

#45644A (or 0x45644A) is unknown color: approx Mineral Green. HEX triplet: 45, 64 and 4A. RGB value is (69,100,74). Sum of RGB (Red+Green+Blue) = 69+100+74=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #45644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45644A is #BA9BB5. Grayscale: #575757. Windows color (decimal): -12229558 or 4875333. OLE color: 4875333.

HSL color Cylindrical-coordinate representation of color #45644A: hue angle of 129.68º 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 #45644A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB6910074-
CMYK0.3100.260.61
HSL129.68º18.34%33.14%-
HSV(B)129.68º31%39.22%-
XYZ8.2510.878.14-
YUV87.77120.23114.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 100 (39.45% from 255) = 41.15%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=28.40%
G=41.15%
B=30.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69100740.3100.260.61129.6818.3433.14
Hex45644A1F01A3D821221
Octal10514411237032752022241
Binary100010111001001001010111110110101111011000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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