#349974

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

Shades of Gossamer #349974

Tints of Gossamer #349974

Color information

#349974 (or 0x349974) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 74. RGB value is (52,153,116). Sum of RGB (Red+Green+Blue) = 52+153+116=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #349974 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349974 is #CB668B. Grayscale: #767676. Windows color (decimal): -13330060 or 7641396. OLE color: 7641396.

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

Color convert

RGB52153116-
CMYK0.6600.240.4
HSL158.02º49.27%40.2%-
HSV(B)158.02º66.01%60%-
XYZ15.9624.7720.46-
YUV118.58126.5480.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=16.20%
G=47.66%
B=36.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531160.6600.240.4158.0249.2740.2
Hex34997442018289e3128
Octal64231164102030502366150
Binary110100100110011110100100001001100010100010011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349974; }

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

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

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

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

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

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

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

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