#42977D

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

Shades of Gossamer #42977D

Tints of Gossamer #42977D

Color information

#42977D (or 0x42977D) is unknown color: approx Gossamer. HEX triplet: 42, 97 and 7D. RGB value is (66,151,125). Sum of RGB (Red+Green+Blue) = 66+151+125=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 151 - color contains mainly: green. Hex color #42977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42977D is #BD6882. Grayscale: #7A7A7A. Windows color (decimal): -12413059 or 8230722. OLE color: 8230722.

HSL color Cylindrical-coordinate representation of color #42977D: hue angle of 161.65º 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 #42977D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB66151125-
CMYK0.5600.170.41
HSL161.65º39.17%42.55%-
HSV(B)161.65º56.29%59.22%-
XYZ17.0224.7723.29-
YUV122.62129.3487.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 151 (59.38% from 255) = 44.15%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=19.30%
G=44.15%
B=36.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511250.5600.170.41161.6539.1742.55
Hex42977D3801129a2272b
Octal10222717570021512424753
Binary100001010010111111110111100001000110100110100010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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