#349977

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

Shades of Gossamer #349977

Tints of Gossamer #349977

Color information

#349977 (or 0x349977) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 77. RGB value is (52,153,119). Sum of RGB (Red+Green+Blue) = 52+153+119=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #349977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349977 is #CB6688. Grayscale: #767676. Windows color (decimal): -13330057 or 7838004. OLE color: 7838004.

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

Color convert

RGB52153119-
CMYK0.6600.220.4
HSL159.8º49.27%40.2%-
HSV(B)159.8º66.01%60%-
XYZ16.1424.8421.4-
YUV118.92128.0480.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=16.05%
G=47.22%
B=36.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531190.6600.220.4159.849.2740.2
Hex3499774201628a03128
Octal64231167102026502406150
Binary110100100110011110111100001001011010100010100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349977; }

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

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

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

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

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

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

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

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