#339B75

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

Shades of Gossamer #339B75

Tints of Gossamer #339B75

Color information

#339B75 (or 0x339B75) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 75. RGB value is (51,155,117). Sum of RGB (Red+Green+Blue) = 51+155+117=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #339B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B75 is #CC648A. Grayscale: #777777. Windows color (decimal): -13395083 or 7707443. OLE color: 7707443.

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

Color convert

RGB51155117-
CMYK0.6700.250.39
HSL158.08º50.49%40.39%-
HSV(B)158.08º67.1%60.78%-
XYZ16.325.4320.88-
YUV119.57126.5479.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=15.79%
G=47.99%
B=36.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511551170.6700.250.39158.0850.4940.39
Hex339B7543019279e3228
Octal63233165103031472366250
Binary110011100110111110101100001101100110011110011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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