#309577

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

Shades of Gossamer #309577

Tints of Gossamer #309577

Color information

#309577 (or 0x309577) is unknown color: approx Gossamer. HEX triplet: 30, 95 and 77. RGB value is (48,149,119). Sum of RGB (Red+Green+Blue) = 48+149+119=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #309577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309577 is #CF6A88. Grayscale: #737373. Windows color (decimal): -13593225 or 7836976. OLE color: 7836976.

HSL color Cylindrical-coordinate representation of color #309577: hue angle of 162.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309577 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB48149119-
CMYK0.6800.200.42
HSL162.18º51.27%38.63%-
HSV(B)162.18º67.79%58.43%-
XYZ15.323.4621.17-
YUV115.38130.0479.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=15.19%
G=47.15%
B=37.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491190.6800.200.42162.1851.2738.63
Hex309577440142Aa23327
Octal60225167104024522426347
Binary110000100101011110111100010001010010101010100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309577; }

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

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

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

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

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

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

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

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