#349179

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

Shades of Gossamer #349179

Tints of Gossamer #349179

Color information

#349179 (or 0x349179) is unknown color: approx Gossamer. HEX triplet: 34, 91 and 79. RGB value is (52,145,121). Sum of RGB (Red+Green+Blue) = 52+145+121=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #349179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349179 is #CB6E86. Grayscale: #727272. Windows color (decimal): -13332103 or 7967028. OLE color: 7967028.

HSL color Cylindrical-coordinate representation of color #349179: hue angle of 164.52º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349179 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB52145121-
CMYK0.6400.170.43
HSL164.52º47.21%38.63%-
HSV(B)164.52º64.14%56.86%-
XYZ14.9922.3621.62-
YUV114.46131.6983.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=16.35%
G=45.60%
B=38.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451210.6400.170.43164.5247.2138.63
Hex349179400112Ba52f27
Octal64221171100021532455747
Binary110100100100011111001100000001000110101110100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349179; }

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

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

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

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

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

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

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

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