#339377

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

Shades of Gossamer #339377

Tints of Gossamer #339377

Color information

#339377 (or 0x339377) is unknown color: approx Gossamer. HEX triplet: 33, 93 and 77. RGB value is (51,147,119). Sum of RGB (Red+Green+Blue) = 51+147+119=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #339377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339377 is #CC6C88. Grayscale: #737373. Windows color (decimal): -13397129 or 7836467. OLE color: 7836467.

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

Color convert

RGB51147119-
CMYK0.6500.190.42
HSL162.5º48.48%38.82%-
HSV(B)162.5º65.31%57.65%-
XYZ15.1322.921.08-
YUV115.1130.282.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 147 (57.81% from 255) = 46.37%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=16.09%
G=46.37%
B=37.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471190.6500.190.42162.548.4838.82
Hex339377410132Aa23027
Octal63223167101023522426047
Binary110011100100111110111100000101001110101010100010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339377; }

 p { color: rgb(51,147,119); }

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

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

 a { background-color: rgb(51,147,119); }

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

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

 span { border-color: rgb(51,147,119); }

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