#42654C

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

Shades of Mineral Green #42654C

Tints of Mineral Green #42654C

Color information

#42654C (or 0x42654C) is unknown color: approx Mineral Green. HEX triplet: 42, 65 and 4C. RGB value is (66,101,76). Sum of RGB (Red+Green+Blue) = 66+101+76=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #42654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42654C is #BD9AB3. Grayscale: #575757. Windows color (decimal): -12425908 or 5006658. OLE color: 5006658.

HSL color Cylindrical-coordinate representation of color #42654C: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42654C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB6610176-
CMYK0.3500.250.60
HSL137.14º20.96%32.75%-
HSV(B)137.14º34.65%39.61%-
XYZ8.210.998.53-
YUV87.68121.4112.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 101 (39.84% from 255) = 41.56%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=27.16%
G=41.56%
B=31.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101760.3500.250.60137.1420.9632.75
Hex42654C230193C891521
Octal10214511443031742112541
Binary1000010110010110011001000110110011111001000100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,101,76); }

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

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

 a { background-color: rgb(66,101,76); }

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

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

 span { border-color: rgb(66,101,76); }

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