#339D74

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

Shades of Gossamer #339D74

Tints of Gossamer #339D74

Color information

#339D74 (or 0x339D74) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 74. RGB value is (51,157,116). Sum of RGB (Red+Green+Blue) = 51+157+116=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 157 - color contains mainly: green. Hex color #339D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D74 is #CC628B. Grayscale: #787878. Windows color (decimal): -13394572 or 7642419. OLE color: 7642419.

HSL color Cylindrical-coordinate representation of color #339D74: hue angle of 156.79º 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 #339D74 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB51157116-
CMYK0.6800.260.38
HSL156.79º50.96%40.78%-
HSV(B)156.79º67.52%61.57%-
XYZ16.5726.0820.68-
YUV120.63125.3878.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=15.74%
G=48.46%
B=35.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571160.6800.260.38156.7950.9640.78
Hex339D744401A269d3329
Octal63235164104032462356351
Binary110011100111011110100100010001101010011010011101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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