#339279

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

Shades of Gossamer #339279

Tints of Gossamer #339279

Color information

#339279 (or 0x339279) is unknown color: approx Gossamer. HEX triplet: 33, 92 and 79. RGB value is (51,146,121). Sum of RGB (Red+Green+Blue) = 51+146+121=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 121 (47.66% from 255 or 38.05% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #339279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339279 is #CC6D86. Grayscale: #727272. Windows color (decimal): -13397383 or 7967283. OLE color: 7967283.

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

Color convert

RGB51146121-
CMYK0.6500.170.43
HSL164.21º48.22%38.63%-
HSV(B)164.21º65.07%57.25%-
XYZ15.122.6421.66-
YUV114.74131.5382.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 121 (47.66% from 255) = 38.05%
R=16.04%
G=45.91%
B=38.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511461210.6500.170.43164.2148.2238.63
Hex339279410112Ba43027
Octal63222171101021532446047
Binary110011100100101111001100000101000110101110100100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339279; }

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

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

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

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

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

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

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

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