#349580

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

Shades of Gossamer #349580

Tints of Gossamer #349580

Color information

#349580 (or 0x349580) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 80. RGB value is (52,149,128). Sum of RGB (Red+Green+Blue) = 52+149+128=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #349580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349580 is #CB6A7F. Grayscale: #757575. Windows color (decimal): -13331072 or 8426804. OLE color: 8426804.

HSL color Cylindrical-coordinate representation of color #349580: hue angle of 167.01º 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 #349580 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB52149128-
CMYK0.6500.140.42
HSL167.01º48.26%39.41%-
HSV(B)167.01º65.1%58.43%-
XYZ16.0623.7824.17-
YUV117.6133.8681.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 149 (58.59% from 255) = 45.29%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=15.81%
G=45.29%
B=38.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491280.6500.140.42167.0148.2639.41
Hex349580410E2Aa73027
Octal64225200101016522476047
Binary110100100101011000000010000010111010101010100111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349580; }

 p { color: rgb(52,149,128); }

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

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

 a { background-color: rgb(52,149,128); }

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

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

 span { border-color: rgb(52,149,128); }

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