#309177

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

Shades of Gossamer #309177

Tints of Gossamer #309177

Color information

#309177 (or 0x309177) is unknown color: approx Gossamer. HEX triplet: 30, 91 and 77. RGB value is (48,145,119). Sum of RGB (Red+Green+Blue) = 48+145+119=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #309177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309177 is #CF6E88. Grayscale: #717171. Windows color (decimal): -13594249 or 7835952. OLE color: 7835952.

HSL color Cylindrical-coordinate representation of color #309177: hue angle of 163.92º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309177 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB48145119-
CMYK0.6700.180.43
HSL163.92º50.26%37.84%-
HSV(B)163.92º66.9%56.86%-
XYZ14.6722.2120.97-
YUV113.03131.3681.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=15.38%
G=46.47%
B=38.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481451190.6700.180.43163.9250.2637.84
Hex309177430122Ba43226
Octal60221167103022532446246
Binary110000100100011110111100001101001010101110100100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309177; }

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

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

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

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

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

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

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

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