#349477

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

Shades of Gossamer #349477

Tints of Gossamer #349477

Color information

#349477 (or 0x349477) is unknown color: approx Gossamer. HEX triplet: 34, 94 and 77. RGB value is (52,148,119). Sum of RGB (Red+Green+Blue) = 52+148+119=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #349477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349477 is #CB6B88. Grayscale: #747474. Windows color (decimal): -13331337 or 7836724. OLE color: 7836724.

HSL color Cylindrical-coordinate representation of color #349477: hue angle of 161.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349477 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB52148119-
CMYK0.6500.200.42
HSL161.88º48%39.22%-
HSV(B)161.88º64.86%58.04%-
XYZ15.3423.2421.13-
YUV115.99129.782.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=16.30%
G=46.39%
B=37.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521481190.6500.200.42161.884839.22
Hex349477410142Aa23027
Octal64224167101024522426047
Binary110100100101001110111100000101010010101010100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349477; }

 p { color: rgb(52,148,119); }

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

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

 a { background-color: rgb(52,148,119); }

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

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

 span { border-color: rgb(52,148,119); }

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