#349785

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

Shades of Gossamer #349785

Tints of Gossamer #349785

Color information

#349785 (or 0x349785) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 85. RGB value is (52,151,133). Sum of RGB (Red+Green+Blue) = 52+151+133=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #349785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349785 is #CB687A. Grayscale: #777777. Windows color (decimal): -13330555 or 8754996. OLE color: 8754996.

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

Color convert

RGB52151133-
CMYK0.6600.120.41
HSL169.09º48.77%39.8%-
HSV(B)169.09º65.56%59.22%-
XYZ16.7224.5626.05-
YUV119.35135.779.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=15.48%
G=44.94%
B=39.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511330.6600.120.41169.0948.7739.8
Hex349785420C29a93128
Octal64227205102014512516150
Binary110100100101111000010110000100110010100110101001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349785; }

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

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

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

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

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

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

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

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