#349185

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

Shades of Gossamer #349185

Tints of Gossamer #349185

Color information

#349185 (or 0x349185) is unknown color: approx Gossamer. HEX triplet: 34, 91 and 85. RGB value is (52,145,133). Sum of RGB (Red+Green+Blue) = 52+145+133=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #349185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349185 is #CB6E7A. Grayscale: #737373. Windows color (decimal): -13332091 or 8753460. OLE color: 8753460.

HSL color Cylindrical-coordinate representation of color #349185: hue angle of 172.26º 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 #349185 is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB52145133-
CMYK0.6400.080.43
HSL172.26º47.21%38.63%-
HSV(B)172.26º64.14%56.86%-
XYZ15.7822.6725.74-
YUV115.82137.6982.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.76%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=15.76%
G=43.94%
B=40.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal521451330.6400.080.43172.2647.2138.63
Hex34918540082Bac2f27
Octal64221205100010532545747
Binary110100100100011000010110000000100010101110101100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349185; }

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

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

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

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

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

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

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

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