#338D80

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

Shades of Gossamer #338D80

Tints of Gossamer #338D80

Color information

#338D80 (or 0x338D80) is unknown color: approx Gossamer. HEX triplet: 33, 8D and 80. RGB value is (51,141,128). Sum of RGB (Red+Green+Blue) = 51+141+128=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #338D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338D80 is #CC727F. Grayscale: #707070. Windows color (decimal): -13398656 or 8424755. OLE color: 8424755.

HSL color Cylindrical-coordinate representation of color #338D80: hue angle of 171.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #338D80 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB51141128-
CMYK0.6400.090.45
HSL171.33º46.88%37.65%-
HSV(B)171.33º63.83%55.29%-
XYZ14.7921.3123.76-
YUV112.61136.6884.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 141 (55.47% from 255) = 44.06%
BLUE value IS 128 (50.39% from 255) = 40%
R=15.94%
G=44.06%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511411280.6400.090.45171.3346.8837.65
Hex338D8040092Dab2f26
Octal63215200100011552535746
Binary110011100011011000000010000000100110110110101011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338D80; }

 p { color: rgb(51,141,128); }

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

<style>
 a { background-color: #338D80; }

 a { background-color: rgb(51,141,128); }

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

<style>
 span { border-color: #338D80; }

 span { border-color: rgb(51,141,128); }

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