#309773

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

Shades of Gossamer #309773

Tints of Gossamer #309773

Color information

#309773 (or 0x309773) is unknown color: approx Gossamer. HEX triplet: 30, 97 and 73. RGB value is (48,151,115). Sum of RGB (Red+Green+Blue) = 48+151+115=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #309773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309773 is #CF688C. Grayscale: #747474. Windows color (decimal): -13592717 or 7575344. OLE color: 7575344.

HSL color Cylindrical-coordinate representation of color #309773: hue angle of 159.03º 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 #309773 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB48151115-
CMYK0.6800.240.41
HSL159.03º51.76%39.02%-
HSV(B)159.03º68.21%59.22%-
XYZ15.382420.04-
YUV116.1127.3879.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 115 (45.31% from 255) = 36.62%
R=15.29%
G=48.09%
B=36.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481511150.6800.240.41159.0351.7639.02
Hex30977344018299f3427
Octal60227163104030512376447
Binary110000100101111110011100010001100010100110011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309773; }

 p { color: rgb(48,151,115); }

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

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

 a { background-color: rgb(48,151,115); }

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

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

 span { border-color: rgb(48,151,115); }

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