#339D7C

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

Shades of Gossamer #339D7C

Tints of Gossamer #339D7C

Color information

#339D7C (or 0x339D7C) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 7C. RGB value is (51,157,124). Sum of RGB (Red+Green+Blue) = 51+157+124=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #339D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D7C is #CC6283. Grayscale: #797979. Windows color (decimal): -13394564 or 8166707. OLE color: 8166707.

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

Color convert

RGB51157124-
CMYK0.6800.210.38
HSL161.32º50.96%40.78%-
HSV(B)161.32º67.52%61.57%-
XYZ17.0626.2723.24-
YUV121.54129.3877.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.36%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=15.36%
G=47.29%
B=37.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571240.6800.210.38161.3250.9640.78
Hex339D7C4401526a13329
Octal63235174104025462416351
Binary110011100111011111100100010001010110011010100001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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