#349775

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

Shades of Gossamer #349775

Tints of Gossamer #349775

Color information

#349775 (or 0x349775) is unknown color: approx Gossamer. HEX triplet: 34, 97 and 75. RGB value is (52,151,117). Sum of RGB (Red+Green+Blue) = 52+151+117=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #349775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349775 is #CB688A. Grayscale: #757575. Windows color (decimal): -13330571 or 7706420. OLE color: 7706420.

HSL color Cylindrical-coordinate representation of color #349775: hue angle of 159.39º 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 #349775 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB52151117-
CMYK0.6600.230.41
HSL159.39º48.77%39.8%-
HSV(B)159.39º65.56%59.22%-
XYZ15.6924.1520.66-
YUV117.52127.781.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=16.25%
G=47.19%
B=36.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511170.6600.230.41159.3948.7739.8
Hex34977542017299f3128
Octal64227165102027512376150
Binary110100100101111110101100001001011110100110011111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349775; }

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

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

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

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

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

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

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

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