#309677

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

Shades of Gossamer #309677

Tints of Gossamer #309677

Color information

#309677 (or 0x309677) is unknown color: approx Gossamer. HEX triplet: 30, 96 and 77. RGB value is (48,150,119). Sum of RGB (Red+Green+Blue) = 48+150+119=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #309677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309677 is #CF6988. Grayscale: #737373. Windows color (decimal): -13592969 or 7837232. OLE color: 7837232.

HSL color Cylindrical-coordinate representation of color #309677: hue angle of 161.76º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309677 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB48150119-
CMYK0.6800.210.41
HSL161.76º51.52%38.82%-
HSV(B)161.76º68%58.82%-
XYZ15.4623.7721.23-
YUV115.97129.7179.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=15.14%
G=47.32%
B=37.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501190.6800.210.41161.7651.5238.82
Hex3096774401529a23427
Octal60226167104025512426447
Binary110000100101101110111100010001010110100110100010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309677; }

 p { color: rgb(48,150,119); }

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

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

 a { background-color: rgb(48,150,119); }

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

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

 span { border-color: rgb(48,150,119); }

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