#349E75

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

Shades of Gossamer #349E75

Tints of Gossamer #349E75

Color information

#349E75 (or 0x349E75) is unknown color: approx Gossamer. HEX triplet: 34, 9E and 75. RGB value is (52,158,117). Sum of RGB (Red+Green+Blue) = 52+158+117=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 158 - color contains mainly: green. Hex color #349E75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E75 is #CB618A. Grayscale: #797979. Windows color (decimal): -13328779 or 7708212. OLE color: 7708212.

HSL color Cylindrical-coordinate representation of color #349E75: hue angle of 156.79º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E75 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB52158117-
CMYK0.6700.260.38
HSL156.79º50.48%41.18%-
HSV(B)156.79º67.09%61.96%-
XYZ16.8526.4721.05-
YUV121.63125.3878.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 158 (62.11% from 255) = 48.32%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=15.90%
G=48.32%
B=35.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581170.6700.260.38156.7950.4841.18
Hex349E754301A269d3229
Octal64236165103032462356251
Binary110100100111101110101100001101101010011010011101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349E75; }

 p { color: rgb(52,158,117); }

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

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

 a { background-color: rgb(52,158,117); }

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

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

 span { border-color: rgb(52,158,117); }

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