#42A786

Color #42A786 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #42A786

Tints of Gossamer #42A786

Color information

#42A786 (or 0x42A786) is unknown color: approx Gossamer. HEX triplet: 42, A7 and 86. RGB value is (66,167,134). Sum of RGB (Red+Green+Blue) = 66+167+134=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #42A786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A786 is #BD5879. Grayscale: #858585. Windows color (decimal): -12408954 or 8824642. OLE color: 8824642.

HSL color Cylindrical-coordinate representation of color #42A786: hue angle of 160.4º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A786 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB66167134-
CMYK0.6000.200.35
HSL160.4º43.35%45.69%-
HSV(B)160.4º60.48%65.49%-
XYZ20.3730.5227.37-
YUV133.04128.5480.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 167 (65.62% from 255) = 45.50%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=17.98%
G=45.50%
B=36.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661671340.6000.200.35160.443.3545.69
Hex42A7863C01423a02b2e
Octal10224720674024432405356
Binary1000010101001111000011011110001010010001110100000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A786; }

 p { color: rgb(66,167,134); }

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

<style>
 a { background-color: #42A786; }

 a { background-color: rgb(66,167,134); }

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

<style>
 span { border-color: #42A786; }

 span { border-color: rgb(66,167,134); }

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