#349983

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

Shades of Gossamer #349983

Tints of Gossamer #349983

Color information

#349983 (or 0x349983) is unknown color: approx Gossamer. HEX triplet: 34, 99 and 83. RGB value is (52,153,131). Sum of RGB (Red+Green+Blue) = 52+153+131=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #349983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349983 is #CB667C. Grayscale: #787878. Windows color (decimal): -13330045 or 8624436. OLE color: 8624436.

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

Color convert

RGB52153131-
CMYK0.6600.140.4
HSL166.93º49.27%40.2%-
HSV(B)166.93º66.01%60%-
XYZ16.925.1525.44-
YUV120.29134.0479.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=15.48%
G=45.54%
B=38.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal521531310.6600.140.4166.9349.2740.2
Hex349983420E28a73128
Octal64231203102016502476150
Binary110100100110011000001110000100111010100010100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349983; }

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

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

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

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

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

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

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

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