#42A490

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

Shades of Gossamer #42A490

Tints of Gossamer #42A490

Color information

#42A490 (or 0x42A490) is unknown color: approx Gossamer. HEX triplet: 42, A4 and 90. RGB value is (66,164,144). Sum of RGB (Red+Green+Blue) = 66+164+144=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #42A490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A490 is #BD5B6F. Grayscale: #848484. Windows color (decimal): -12409712 or 9479234. OLE color: 9479234.

HSL color Cylindrical-coordinate representation of color #42A490: hue angle of 167.76º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A490 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB66164144-
CMYK0.6000.120.36
HSL167.76º42.61%45.1%-
HSV(B)167.76º59.76%64.31%-
XYZ20.5629.7231.04-
YUV132.42134.5380.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.65%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=17.65%
G=43.85%
B=38.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661641440.6000.120.36167.7642.6145.1
Hex42A4903C0C24a82b2d
Octal10224422074014442505355
Binary100001010100100100100001111000110010010010101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,164,144); }

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

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

 a { background-color: rgb(66,164,144); }

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

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

 span { border-color: rgb(66,164,144); }

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