#339278

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

Shades of Gossamer #339278

Tints of Gossamer #339278

Color information

#339278 (or 0x339278) is unknown color: approx Gossamer. HEX triplet: 33, 92 and 78. RGB value is (51,146,120). Sum of RGB (Red+Green+Blue) = 51+146+120=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #339278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339278 is #CC6D87. Grayscale: #727272. Windows color (decimal): -13397384 or 7901747. OLE color: 7901747.

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

Color convert

RGB51146120-
CMYK0.6500.180.43
HSL163.58º48.22%38.63%-
HSV(B)163.58º65.07%57.25%-
XYZ15.0322.6221.34-
YUV114.63131.0382.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=16.09%
G=46.06%
B=37.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461200.6500.180.43163.5848.2238.63
Hex339278410122Ba43027
Octal63222170101022532446047
Binary110011100100101111000100000101001010101110100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339278; }

 p { color: rgb(51,146,120); }

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

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

 a { background-color: rgb(51,146,120); }

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

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

 span { border-color: rgb(51,146,120); }

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