#309B7C

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

Shades of Gossamer #309B7C

Tints of Gossamer #309B7C

Color information

#309B7C (or 0x309B7C) is unknown color: approx Gossamer. HEX triplet: 30, 9B and 7C. RGB value is (48,155,124). Sum of RGB (Red+Green+Blue) = 48+155+124=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #309B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309B7C is #CF6483. Grayscale: #777777. Windows color (decimal): -13591684 or 8166192. OLE color: 8166192.

HSL color Cylindrical-coordinate representation of color #309B7C: hue angle of 162.62º 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 #309B7C is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB48155124-
CMYK0.6900.20.39
HSL162.62º52.71%39.8%-
HSV(B)162.62º69.03%60.78%-
XYZ16.5825.5323.12-
YUV119.47130.5577.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.68%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=14.68%
G=47.40%
B=37.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481551240.6900.20.39162.6252.7139.8
Hex309B7C4501427a33528
Octal60233174105024472436550
Binary110000100110111111100100010101010010011110100011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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