#42A580

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

Shades of Gossamer #42A580

Tints of Gossamer #42A580

Color information

#42A580 (or 0x42A580) is unknown color: approx Gossamer. HEX triplet: 42, A5 and 80. RGB value is (66,165,128). Sum of RGB (Red+Green+Blue) = 66+165+128=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #42A580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A580 is #BD5A7F. Grayscale: #838383. Windows color (decimal): -12409472 or 8430914. OLE color: 8430914.

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

Color convert

RGB66165128-
CMYK0.6000.220.35
HSL157.58º42.86%45.29%-
HSV(B)157.58º60%64.71%-
XYZ19.629.6325.11-
YUV131.18126.281.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.38%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=18.38%
G=45.96%
B=35.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal661651280.6000.220.35157.5842.8645.29
Hex42A5803C016239e2b2d
Octal10224520074026432365355
Binary1000010101001011000000011110001011010001110011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,165,128); }

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

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

 a { background-color: rgb(66,165,128); }

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

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

 span { border-color: rgb(66,165,128); }

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