#339D90

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

Shades of Gossamer #339D90

Tints of Gossamer #339D90

Color information

#339D90 (or 0x339D90) is unknown color: approx Gossamer. HEX triplet: 33, 9D and 90. RGB value is (51,157,144). Sum of RGB (Red+Green+Blue) = 51+157+144=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 157 - color contains mainly: green. Hex color #339D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339D90 is #CC626F. Grayscale: #7B7B7B. Windows color (decimal): -13394544 or 9477427. OLE color: 9477427.

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

Color convert

RGB51157144-
CMYK0.6800.080.38
HSL172.64º50.96%40.78%-
HSV(B)172.64º67.52%61.57%-
XYZ18.4626.8330.59-
YUV123.82139.3876.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.49%
GREEN value IS 157 (61.72% from 255) = 44.60%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=14.49%
G=44.60%
B=40.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511571440.6800.080.38172.6450.9640.78
Hex339D90440826ad3329
Octal63235220104010462556351
Binary110011100111011001000010001000100010011010101101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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