#339B78

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

Shades of Gossamer #339B78

Tints of Gossamer #339B78

Color information

#339B78 (or 0x339B78) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 78. RGB value is (51,155,120). Sum of RGB (Red+Green+Blue) = 51+155+120=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #339B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B78 is #CC6487. Grayscale: #777777. Windows color (decimal): -13395080 or 7904051. OLE color: 7904051.

HSL color Cylindrical-coordinate representation of color #339B78: hue angle of 159.81º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339B78 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB51155120-
CMYK0.6700.230.39
HSL159.81º50.49%40.39%-
HSV(B)159.81º67.1%60.78%-
XYZ16.4825.521.82-
YUV119.91128.0478.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 155 (60.94% from 255) = 47.55%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=15.64%
G=47.55%
B=36.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551200.6700.230.39159.8150.4940.39
Hex339B784301727a03228
Octal63233170103027472406250
Binary110011100110111111000100001101011110011110100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,155,120); }

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

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

 a { background-color: rgb(51,155,120); }

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

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

 span { border-color: rgb(51,155,120); }

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