#309578

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

Shades of Gossamer #309578

Tints of Gossamer #309578

Color information

#309578 (or 0x309578) is unknown color: approx Gossamer. HEX triplet: 30, 95 and 78. RGB value is (48,149,120). Sum of RGB (Red+Green+Blue) = 48+149+120=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #309578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309578 is #CF6A87. Grayscale: #737373. Windows color (decimal): -13593224 or 7902512. OLE color: 7902512.

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

Color convert

RGB48149120-
CMYK0.6800.190.42
HSL162.77º51.27%38.63%-
HSV(B)162.77º67.79%58.43%-
XYZ15.3623.4821.49-
YUV115.5130.5479.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 120 (47.27% from 255) = 37.85%
R=15.14%
G=47.00%
B=37.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481491200.6800.190.42162.7751.2738.63
Hex309578440132Aa33327
Octal60225170104023522436347
Binary110000100101011111000100010001001110101010100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309578; }

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

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

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

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

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

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

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

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