#339479

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

Shades of Gossamer #339479

Tints of Gossamer #339479

Color information

#339479 (or 0x339479) is unknown color: approx Gossamer. HEX triplet: 33, 94 and 79. RGB value is (51,148,121). Sum of RGB (Red+Green+Blue) = 51+148+121=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #339479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339479 is #CC6B86. Grayscale: #737373. Windows color (decimal): -13396871 or 7967795. OLE color: 7967795.

HSL color Cylindrical-coordinate representation of color #339479: hue angle of 163.3º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339479 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB51148121-
CMYK0.6600.180.42
HSL163.3º48.74%39.02%-
HSV(B)163.3º65.54%58.04%-
XYZ15.4123.2621.77-
YUV115.92130.8681.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=15.94%
G=46.25%
B=37.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511481210.6600.180.42163.348.7439.02
Hex339479420122Aa33127
Octal63224171102022522436147
Binary110011100101001111001100001001001010101010100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339479; }

 p { color: rgb(51,148,121); }

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

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

 a { background-color: rgb(51,148,121); }

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

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

 span { border-color: rgb(51,148,121); }

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