#349B75

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

Shades of Gossamer #349B75

Tints of Gossamer #349B75

Color information

#349B75 (or 0x349B75) is unknown color: approx Gossamer. HEX triplet: 34, 9B and 75. RGB value is (52,155,117). Sum of RGB (Red+Green+Blue) = 52+155+117=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #349B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B75 is #CB648A. Grayscale: #777777. Windows color (decimal): -13329547 or 7707444. OLE color: 7707444.

HSL color Cylindrical-coordinate representation of color #349B75: hue angle of 157.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B75 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB52155117-
CMYK0.6600.250.39
HSL157.86º49.76%40.59%-
HSV(B)157.86º66.45%60.78%-
XYZ16.3525.4620.88-
YUV119.87126.3879.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 117 (46.09% from 255) = 36.11%
R=16.05%
G=47.84%
B=36.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551170.6600.250.39157.8649.7640.59
Hex349B7542019279e3229
Octal64233165102031472366251
Binary110100100110111110101100001001100110011110011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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