#339378

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

Shades of Gossamer #339378

Tints of Gossamer #339378

Color information

#339378 (or 0x339378) is unknown color: approx Gossamer. HEX triplet: 33, 93 and 78. RGB value is (51,147,120). Sum of RGB (Red+Green+Blue) = 51+147+120=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #339378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339378 is #CC6C87. Grayscale: #737373. Windows color (decimal): -13397128 or 7902003. OLE color: 7902003.

HSL color Cylindrical-coordinate representation of color #339378: hue angle of 163.12º 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 #339378 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB51147120-
CMYK0.6500.180.42
HSL163.12º48.48%38.82%-
HSV(B)163.12º65.31%57.65%-
XYZ15.1922.9321.39-
YUV115.22130.782.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 147 (57.81% from 255) = 46.23%
BLUE value IS 120 (47.27% from 255) = 37.74%
R=16.04%
G=46.23%
B=37.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511471200.6500.180.42163.1248.4838.82
Hex339378410122Aa33027
Octal63223170101022522436047
Binary110011100100111111000100000101001010101010100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339378; }

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

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

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

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

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

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

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

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