#338E7D

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

Shades of Gossamer #338E7D

Tints of Gossamer #338E7D

Color information

#338E7D (or 0x338E7D) is unknown color: approx Gossamer. HEX triplet: 33, 8E and 7D. RGB value is (51,142,125). Sum of RGB (Red+Green+Blue) = 51+142+125=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #338E7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338E7D is #CC7182. Grayscale: #707070. Windows color (decimal): -13398403 or 8228403. OLE color: 8228403.

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

Color convert

RGB51142125-
CMYK0.6400.120.44
HSL168.79º47.15%37.84%-
HSV(B)168.79º64.08%55.69%-
XYZ14.7421.5322.78-
YUV112.85134.8583.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=16.04%
G=44.65%
B=39.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511421250.6400.120.44168.7947.1537.84
Hex338E7D400C2Ca92f26
Octal63216175100014542515746
Binary11001110001110111110110000000110010110010101001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,142,125); }

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

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

 a { background-color: rgb(51,142,125); }

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

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

 span { border-color: rgb(51,142,125); }

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