#339D77

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

Shades of Gossamer #339D77

Tints of Gossamer #339D77

Color information

#339D77 (or 0x339D77) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 77. RGB value is (51,157,119). Sum of RGB (Red+Green+Blue) = 51+157+119=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 119 (46.88% from 255 or 36.39% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #339D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D77 is #CC6288. Grayscale: #797979. Windows color (decimal): -13394569 or 7839027. OLE color: 7839027.

HSL color Cylindrical-coordinate representation of color #339D77: hue angle of 158.49º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D77 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB51157119-
CMYK0.6800.240.38
HSL158.49º50.96%40.78%-
HSV(B)158.49º67.52%61.57%-
XYZ16.7526.1521.62-
YUV120.97126.8878.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 157 (61.72% from 255) = 48.01%
BLUE value IS 119 (46.88% from 255) = 36.39%
R=15.60%
G=48.01%
B=36.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571190.6800.240.38158.4950.9640.78
Hex339D7744018269e3329
Octal63235167104030462366351
Binary110011100111011110111100010001100010011010011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339D77; }

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

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

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

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

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

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

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

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