#338D7A

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

Shades of Gossamer #338D7A

Tints of Gossamer #338D7A

Color information

#338D7A (or 0x338D7A) is unknown color: approx Gossamer. HEX triplet: 33, 8D and 7A. RGB value is (51,141,122). Sum of RGB (Red+Green+Blue) = 51+141+122=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #338D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338D7A is #CC7285. Grayscale: #6F6F6F. Windows color (decimal): -13398662 or 8031539. OLE color: 8031539.

HSL color Cylindrical-coordinate representation of color #338D7A: hue angle of 167.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 #338D7A is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB51141122-
CMYK0.6400.130.45
HSL167.33º46.88%37.65%-
HSV(B)167.33º63.83%55.29%-
XYZ14.421.1621.74-
YUV111.92133.6884.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.24%
GREEN value IS 141 (55.47% from 255) = 44.90%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=16.24%
G=44.90%
B=38.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511411220.6400.130.45167.3346.8837.65
Hex338D7A400D2Da72f26
Octal63215172100015552475746
Binary11001110001101111101010000000110110110110100111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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