#339D7D

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

Shades of Gossamer #339D7D

Tints of Gossamer #339D7D

Color information

#339D7D (or 0x339D7D) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 7D. RGB value is (51,157,125). Sum of RGB (Red+Green+Blue) = 51+157+125=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #339D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339D7D is #CC6282. Grayscale: #797979. Windows color (decimal): -13394563 or 8232243. OLE color: 8232243.

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

Color convert

RGB51157125-
CMYK0.6800.200.38
HSL161.89º50.96%40.78%-
HSV(B)161.89º67.52%61.57%-
XYZ17.1226.323.58-
YUV121.66129.8877.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.32%
GREEN value IS 157 (61.72% from 255) = 47.15%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=15.32%
G=47.15%
B=37.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571250.6800.200.38161.8950.9640.78
Hex339D7D4401426a23329
Octal63235175104024462426351
Binary110011100111011111101100010001010010011010100010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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