#349679

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

Shades of Gossamer #349679

Tints of Gossamer #349679

Color information

#349679 (or 0x349679) is unknown color: approx Gossamer. HEX triplet: 34, 96 and 79. RGB value is (52,150,121). Sum of RGB (Red+Green+Blue) = 52+150+121=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #349679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349679 is #CB6986. Grayscale: #757575. Windows color (decimal): -13330823 or 7968308. OLE color: 7968308.

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

Color convert

RGB52150121-
CMYK0.6500.190.41
HSL162.24º48.51%39.61%-
HSV(B)162.24º65.33%58.82%-
XYZ15.7723.9221.88-
YUV117.39130.0381.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=16.10%
G=46.44%
B=37.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501210.6500.190.41162.2448.5139.61
Hex3496794101329a23128
Octal64226171101023512426150
Binary110100100101101111001100000101001110100110100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349679; }

 p { color: rgb(52,150,121); }

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

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

 a { background-color: rgb(52,150,121); }

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

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

 span { border-color: rgb(52,150,121); }

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