#339D7F

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

Shades of Gossamer #339D7F

Tints of Gossamer #339D7F

Color information

#339D7F (or 0x339D7F) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 7F. RGB value is (51,157,127). Sum of RGB (Red+Green+Blue) = 51+157+127=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 157 - color contains mainly: green. Hex color #339D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D7F is #CC6280. Grayscale: #797979. Windows color (decimal): -13394561 or 8363315. OLE color: 8363315.

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

Color convert

RGB51157127-
CMYK0.6800.190.38
HSL163.02º50.96%40.78%-
HSV(B)163.02º67.52%61.57%-
XYZ17.2526.3524.26-
YUV121.89130.8877.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 157 (61.72% from 255) = 46.87%
BLUE value IS 127 (50% from 255) = 37.91%
R=15.22%
G=46.87%
B=37.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571270.6800.190.38163.0250.9640.78
Hex339D7F4401326a33329
Octal63235177104023462436351
Binary110011100111011111111100010001001110011010100011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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