#309B78

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

Shades of Gossamer #309B78

Tints of Gossamer #309B78

Color information

#309B78 (or 0x309B78) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 78. RGB value is (48,155,120). Sum of RGB (Red+Green+Blue) = 48+155+120=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #309B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B78 is #CF6487. Grayscale: #777777. Windows color (decimal): -13591688 or 7904048. OLE color: 7904048.

HSL color Cylindrical-coordinate representation of color #309B78: hue angle of 160.37º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309B78 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB48155120-
CMYK0.6900.230.39
HSL160.37º52.71%39.8%-
HSV(B)160.37º69.03%60.78%-
XYZ16.3325.4321.82-
YUV119.02128.5577.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=14.86%
G=47.99%
B=37.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551200.6900.230.39160.3752.7139.8
Hex309B784501727a03528
Octal60233170105027472406550
Binary110000100110111111000100010101011110011110100000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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