#339B81

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

Shades of Gossamer #339B81

Tints of Gossamer #339B81

Color information

#339B81 (or 0x339B81) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 81. RGB value is (51,155,129). Sum of RGB (Red+Green+Blue) = 51+155+129=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #339B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339B81 is #CC647E. Grayscale: #787878. Windows color (decimal): -13395071 or 8493875. OLE color: 8493875.

HSL color Cylindrical-coordinate representation of color #339B81: hue angle of 165º 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 #339B81 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB51155129-
CMYK0.6700.170.39
HSL165º50.49%40.39%-
HSV(B)165º67.1%60.78%-
XYZ17.0525.7324.84-
YUV120.94132.5478.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.22%
GREEN value IS 155 (60.94% from 255) = 46.27%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=15.22%
G=46.27%
B=38.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551290.6700.170.3916550.4940.39
Hex339B814301127a53228
Octal63233201103021472456250
Binary1100111001101110000001100001101000110011110100101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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