#349D78

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

Shades of Gossamer #349D78

Tints of Gossamer #349D78

Color information

#349D78 (or 0x349D78) is unknown color: approx Gossamer. HEX triplet: 34, 9D and 78. RGB value is (52,157,120). Sum of RGB (Red+Green+Blue) = 52+157+120=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #349D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D78 is #CB6287. Grayscale: #797979. Windows color (decimal): -13329032 or 7904564. OLE color: 7904564.

HSL color Cylindrical-coordinate representation of color #349D78: hue angle of 158.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D78 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB52157120-
CMYK0.6700.240.38
HSL158.86º50.24%40.98%-
HSV(B)158.86º66.88%61.57%-
XYZ16.8626.221.94-
YUV121.39127.2178.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 157 (61.72% from 255) = 47.72%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=15.81%
G=47.72%
B=36.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521571200.6700.240.38158.8650.2440.98
Hex349D7843018269f3229
Octal64235170103030462376251
Binary110100100111011111000100001101100010011010011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349D78; }

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

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

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

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

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

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

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

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