#339B74

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

Shades of Gossamer #339B74

Tints of Gossamer #339B74

Color information

#339B74 (or 0x339B74) is unknown color: approx Gossamer. HEX triplet: 33, 9B and 74. RGB value is (51,155,116). Sum of RGB (Red+Green+Blue) = 51+155+116=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #339B74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339B74 is #CC648B. Grayscale: #777777. Windows color (decimal): -13395084 or 7641907. OLE color: 7641907.

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

Color convert

RGB51155116-
CMYK0.6700.250.39
HSL157.5º50.49%40.39%-
HSV(B)157.5º67.1%60.78%-
XYZ16.2425.4120.57-
YUV119.46126.0479.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.84%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=15.84%
G=48.14%
B=36.02%

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
Decimal511551160.6700.250.39157.550.4940.39
Hex339B7443019279e3228
Octal63233164103031472366250
Binary110011100110111110100100001101100110011110011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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