#339381

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

Shades of Gossamer #339381

Tints of Gossamer #339381

Color information

#339381 (or 0x339381) is unknown color: approx Gossamer. HEX triplet: 33, 93 and 81. RGB value is (51,147,129). Sum of RGB (Red+Green+Blue) = 51+147+129=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #339381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339381 is #CC6C7E. Grayscale: #747474. Windows color (decimal): -13397119 or 8491827. OLE color: 8491827.

HSL color Cylindrical-coordinate representation of color #339381: hue angle of 168.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339381 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB51147129-
CMYK0.6500.120.42
HSL168.75º48.48%38.82%-
HSV(B)168.75º65.31%57.65%-
XYZ15.7623.1624.41-
YUV116.24135.281.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=15.60%
G=44.95%
B=39.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471290.6500.120.42168.7548.4838.82
Hex339381410C2Aa93027
Octal63223201101014522516047
Binary110011100100111000000110000010110010101010101001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339381; }

 p { color: rgb(51,147,129); }

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

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

 a { background-color: rgb(51,147,129); }

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

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

 span { border-color: rgb(51,147,129); }

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