#42A785

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

Shades of Gossamer #42A785

Tints of Gossamer #42A785

Color information

#42A785 (or 0x42A785) is unknown color: approx Gossamer. HEX triplet: 42, A7 and 85. RGB value is (66,167,133). Sum of RGB (Red+Green+Blue) = 66+167+133=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #42A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A785 is #BD587A. Grayscale: #848484. Windows color (decimal): -12408955 or 8759106. OLE color: 8759106.

HSL color Cylindrical-coordinate representation of color #42A785: hue angle of 159.8º 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 #42A785 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB66167133-
CMYK0.6000.200.35
HSL159.8º43.35%45.69%-
HSV(B)159.8º60.48%65.49%-
XYZ20.330.4927.01-
YUV132.92128.0480.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=18.03%
G=45.63%
B=36.34%

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
Decimal661671330.6000.200.35159.843.3545.69
Hex42A7853C01423a02b2e
Octal10224720574024432405356
Binary1000010101001111000010111110001010010001110100000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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