#309F78

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

Shades of Gossamer #309F78

Tints of Gossamer #309F78

Color information

#309F78 (or 0x309F78) is unknown color: approx Gossamer. HEX triplet: 30, 9F and 78. RGB value is (48,159,120). Sum of RGB (Red+Green+Blue) = 48+159+120=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #309F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309F78 is #CF6087. Grayscale: #797979. Windows color (decimal): -13590664 or 7905072. OLE color: 7905072.

HSL color Cylindrical-coordinate representation of color #309F78: hue angle of 158.92º 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 #309F78 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB48159120-
CMYK0.7000.250.38
HSL158.92º53.62%40.59%-
HSV(B)158.92º69.81%62.35%-
XYZ17.0126.7822.04-
YUV121.36127.2375.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 159 (62.5% from 255) = 48.62%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=14.68%
G=48.62%
B=36.70%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481591200.7000.250.38158.9253.6240.59
Hex309F7846019269f3629
Octal60237170106031462376651
Binary110000100111111111000100011001100110011010011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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