#349973

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

Shades of Gossamer #349973

Tints of Gossamer #349973

Color information

#349973 (or 0x349973) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 73. RGB value is (52,153,115). Sum of RGB (Red+Green+Blue) = 52+153+115=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #349973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349973 is #CB668C. Grayscale: #767676. Windows color (decimal): -13330061 or 7575860. OLE color: 7575860.

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

Color convert

RGB52153115-
CMYK0.6600.250.4
HSL157.43º49.27%40.2%-
HSV(B)157.43º66.01%60%-
XYZ15.924.7520.16-
YUV118.47126.0480.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=16.25%
G=47.81%
B=35.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531150.6600.250.4157.4349.2740.2
Hex34997342019289d3128
Octal64231163102031502356150
Binary110100100110011110011100001001100110100010011101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349973; }

 p { color: rgb(52,153,115); }

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

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

 a { background-color: rgb(52,153,115); }

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

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

 span { border-color: rgb(52,153,115); }

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