#309079

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

Shades of Gossamer #309079

Tints of Gossamer #309079

Color information

#309079 (or 0x309079) is unknown color: approx Gossamer. HEX triplet: 30, 90 and 79. RGB value is (48,144,121). Sum of RGB (Red+Green+Blue) = 48+144+121=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #309079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309079 is #CF6F86. Grayscale: #707070. Windows color (decimal): -13594503 or 7966768. OLE color: 7966768.

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

Color convert

RGB48144121-
CMYK0.6700.160.44
HSL165.62º50%37.65%-
HSV(B)165.62º66.67%56.47%-
XYZ14.6421.9621.56-
YUV112.67132.781.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.34%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=15.34%
G=46.01%
B=38.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481441210.6700.160.44165.625037.65
Hex309079430102Ca63226
Octal60220171103020542466246
Binary110000100100001111001100001101000010110010100110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309079; }

 p { color: rgb(48,144,121); }

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

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

 a { background-color: rgb(48,144,121); }

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

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

 span { border-color: rgb(48,144,121); }

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