#42977F

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

Shades of Gossamer #42977F

Tints of Gossamer #42977F

Color information

#42977F (or 0x42977F) is unknown color: approx Gossamer. HEX triplet: 42, 97 and 7F. RGB value is (66,151,127). Sum of RGB (Red+Green+Blue) = 66+151+127=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 151 (59.38% from 255 or 43.90% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 151 - color contains mainly: green. Hex color #42977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977F is #BD6880. Grayscale: #7A7A7A. Windows color (decimal): -12413057 or 8361794. OLE color: 8361794.

HSL color Cylindrical-coordinate representation of color #42977F: hue angle of 163.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42977F is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB66151127-
CMYK0.5600.160.41
HSL163.06º39.17%42.55%-
HSV(B)163.06º56.29%59.22%-
XYZ17.1424.8223.97-
YUV122.85130.3487.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.19%
GREEN value IS 151 (59.38% from 255) = 43.90%
BLUE value IS 127 (50% from 255) = 36.92%
R=19.19%
G=43.90%
B=36.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511270.5600.160.41163.0639.1742.55
Hex42977F3801029a3272b
Octal10222717770020512434753
Binary100001010010111111111111100001000010100110100011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42977F; }

 p { color: rgb(66,151,127); }

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

<style>
 a { background-color: #42977F; }

 a { background-color: rgb(66,151,127); }

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

<style>
 span { border-color: #42977F; }

 span { border-color: rgb(66,151,127); }

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