#42987A

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

Shades of Gossamer #42987A

Tints of Gossamer #42987A

Color information

#42987A (or 0x42987A) is unknown color: approx Gossamer. HEX triplet: 42, 98 and 7A. RGB value is (66,152,122). Sum of RGB (Red+Green+Blue) = 66+152+122=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #42987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987A is #BD6785. Grayscale: #7A7A7A. Windows color (decimal): -12412806 or 8034370. OLE color: 8034370.

HSL color Cylindrical-coordinate representation of color #42987A: hue angle of 159.07º 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 #42987A is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB66152122-
CMYK0.5700.200.40
HSL159.07º39.45%42.75%-
HSV(B)159.07º56.58%59.61%-
XYZ16.9925.0222.35-
YUV122.87127.5187.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 152 (59.77% from 255) = 44.71%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=19.41%
G=44.71%
B=35.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661521220.5700.200.40159.0739.4542.75
Hex42987A39014289f272b
Octal10223017271024502374753
Binary100001010011000111101011100101010010100010011111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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