#42987C

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

Shades of Gossamer #42987C

Tints of Gossamer #42987C

Color information

#42987C (or 0x42987C) is unknown color: approx Gossamer. HEX triplet: 42, 98 and 7C. RGB value is (66,152,124). Sum of RGB (Red+Green+Blue) = 66+152+124=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #42987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987C is #BD6783. Grayscale: #7B7B7B. Windows color (decimal): -12412804 or 8165442. OLE color: 8165442.

HSL color Cylindrical-coordinate representation of color #42987C: hue angle of 160.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42987C is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB66152124-
CMYK0.5700.180.40
HSL160.47º39.45%42.75%-
HSV(B)160.47º56.58%59.61%-
XYZ17.1125.0723.01-
YUV123.09128.5187.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 152 (59.77% from 255) = 44.44%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=19.30%
G=44.44%
B=36.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521240.5700.180.40160.4739.4542.75
Hex42987C3901228a0272b
Octal10223017471022502404753
Binary100001010011000111110011100101001010100010100000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,152,124); }

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

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

 a { background-color: rgb(66,152,124); }

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

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

 span { border-color: rgb(66,152,124); }

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