#309674

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

Shades of Gossamer #309674

Tints of Gossamer #309674

Color information

#309674 (or 0x309674) is unknown color: approx Gossamer. HEX triplet: 30, 96 and 74. RGB value is (48,150,116). Sum of RGB (Red+Green+Blue) = 48+150+116=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #309674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309674 is #CF698B. Grayscale: #737373. Windows color (decimal): -13592972 or 7640624. OLE color: 7640624.

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

Color convert

RGB48150116-
CMYK0.6800.230.41
HSL160º51.52%38.82%-
HSV(B)160º68%58.82%-
XYZ15.2823.720.29-
YUV115.63128.2179.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=15.29%
G=47.77%
B=36.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481501160.6800.230.4116051.5238.82
Hex3096744401729a03427
Octal60226164104027512406447
Binary110000100101101110100100010001011110100110100000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309674; }

 p { color: rgb(48,150,116); }

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

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

 a { background-color: rgb(48,150,116); }

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

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

 span { border-color: rgb(48,150,116); }

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