#309F79

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

Shades of Gossamer #309F79

Tints of Gossamer #309F79

Color information

#309F79 (or 0x309F79) is unknown color: approx Gossamer. HEX triplet: 30, 9F and 79. RGB value is (48,159,121). Sum of RGB (Red+Green+Blue) = 48+159+121=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #309F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F79 is #CF6086. Grayscale: #797979. Windows color (decimal): -13590663 or 7970608. OLE color: 7970608.

HSL color Cylindrical-coordinate representation of color #309F79: hue angle of 159.46º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #309F79 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB48159121-
CMYK0.7000.240.38
HSL159.46º53.62%40.59%-
HSV(B)159.46º69.81%62.35%-
XYZ17.0726.8122.36-
YUV121.48127.7375.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 121 (47.66% from 255) = 36.89%
R=14.63%
G=48.48%
B=36.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481591210.7000.240.38159.4653.6240.59
Hex309F7946018269f3629
Octal60237171106030462376651
Binary110000100111111111001100011001100010011010011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309F79; }

 p { color: rgb(48,159,121); }

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

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

 a { background-color: rgb(48,159,121); }

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

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

 span { border-color: rgb(48,159,121); }

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