#309276

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

Shades of Gossamer #309276

Tints of Gossamer #309276

Color information

#309276 (or 0x309276) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 76. RGB value is (48,146,118). Sum of RGB (Red+Green+Blue) = 48+146+118=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #309276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309276 is #CF6D89. Grayscale: #717171. Windows color (decimal): -13593994 or 7770672. OLE color: 7770672.

HSL color Cylindrical-coordinate representation of color #309276: hue angle of 162.86º degrees, saturation: 0.51, 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 #309276 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB48146118-
CMYK0.6700.190.43
HSL162.86º50.52%38.04%-
HSV(B)162.86º67.12%57.25%-
XYZ14.7722.4920.7-
YUV113.51130.5381.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 118 (46.48% from 255) = 37.82%
R=15.38%
G=46.79%
B=37.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461180.6700.190.43162.8650.5238.04
Hex309276430132Ba33326
Octal60222166103023532436346
Binary110000100100101110110100001101001110101110100011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309276; }

 p { color: rgb(48,146,118); }

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

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

 a { background-color: rgb(48,146,118); }

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

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

 span { border-color: rgb(48,146,118); }

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