#42644A

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

Shades of Mineral Green #42644A

Tints of Mineral Green #42644A

Color information

#42644A (or 0x42644A) is unknown color: approx Mineral Green. HEX triplet: 42, 64 and 4A. RGB value is (66,100,74). Sum of RGB (Red+Green+Blue) = 66+100+74=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #42644A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42644A is #BD9BB5. Grayscale: #565656. Windows color (decimal): -12426166 or 4875330. OLE color: 4875330.

HSL color Cylindrical-coordinate representation of color #42644A: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42644A is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB6610074-
CMYK0.3400.260.61
HSL134.12º20.48%32.55%-
HSV(B)134.12º34%39.22%-
XYZ8.0410.778.13-
YUV86.87120.74113.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 74 (29.30% from 255) = 30.83%
R=27.5%
G=41.67%
B=30.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66100740.3400.260.61134.1220.4832.55
Hex42644A2201A3D861421
Octal10214411242032752062441
Binary1000010110010010010101000100110101111011000011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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