#349578

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

Shades of Gossamer #349578

Tints of Gossamer #349578

Color information

#349578 (or 0x349578) is unknown color: approx Gossamer. HEX triplet: 34, 95 and 78. RGB value is (52,149,120). Sum of RGB (Red+Green+Blue) = 52+149+120=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #349578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349578 is #CB6A87. Grayscale: #747474. Windows color (decimal): -13331080 or 7902516. OLE color: 7902516.

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

Color convert

RGB52149120-
CMYK0.6500.190.42
HSL162.06º48.26%39.41%-
HSV(B)162.06º65.1%58.43%-
XYZ15.5523.5821.5-
YUV116.69129.8681.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 149 (58.59% from 255) = 46.42%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=16.20%
G=46.42%
B=37.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491200.6500.190.42162.0648.2639.41
Hex349578410132Aa23027
Octal64225170101023522426047
Binary110100100101011111000100000101001110101010100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349578; }

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

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

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

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

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

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

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

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