#429976

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

Shades of Gossamer #429976

Tints of Gossamer #429976

Color information

#429976 (or 0x429976) is unknown color: approx Gossamer. HEX triplet: 42, 99 and 76. RGB value is (66,153,118). Sum of RGB (Red+Green+Blue) = 66+153+118=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #429976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429976 is #BD6689. Grayscale: #7B7B7B. Windows color (decimal): -12412554 or 7772482. OLE color: 7772482.

HSL color Cylindrical-coordinate representation of color #429976: hue angle of 155.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429976 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB66153118-
CMYK0.5700.230.4
HSL155.86º39.73%42.94%-
HSV(B)155.86º56.86%60%-
XYZ16.9125.2521.12-
YUV123125.1887.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 153 (60.16% from 255) = 45.40%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=19.58%
G=45.40%
B=35.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531180.5700.230.4155.8639.7342.94
Hex42997639017289c282b
Octal10223116671027502345053
Binary100001010011001111011011100101011110100010011100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429976; }

 p { color: rgb(66,153,118); }

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

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

 a { background-color: rgb(66,153,118); }

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

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

 span { border-color: rgb(66,153,118); }

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