#349780

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

Shades of Gossamer #349780

Tints of Gossamer #349780

Color information

#349780 (or 0x349780) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 80. RGB value is (52,151,128). Sum of RGB (Red+Green+Blue) = 52+151+128=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #349780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349780 is #CB687F. Grayscale: #767676. Windows color (decimal): -13330560 or 8427316. OLE color: 8427316.

HSL color Cylindrical-coordinate representation of color #349780: hue angle of 166.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349780 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB52151128-
CMYK0.6600.150.41
HSL166.06º48.77%39.8%-
HSV(B)166.06º65.56%59.22%-
XYZ16.3824.4224.27-
YUV118.78133.280.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=15.71%
G=45.62%
B=38.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511280.6600.150.41166.0648.7739.8
Hex349780420F29a63128
Octal64227200102017512466150
Binary110100100101111000000010000100111110100110100110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349780; }

 p { color: rgb(52,151,128); }

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

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

 a { background-color: rgb(52,151,128); }

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

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

 span { border-color: rgb(52,151,128); }

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