#309379

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

Shades of Gossamer #309379

Tints of Gossamer #309379

Color information

#309379 (or 0x309379) is unknown color: approx Gossamer. HEX triplet: 30, 93 and 79. RGB value is (48,147,121). Sum of RGB (Red+Green+Blue) = 48+147+121=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #309379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309379 is #CF6C86. Grayscale: #727272. Windows color (decimal): -13593735 or 7967536. OLE color: 7967536.

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

Color convert

RGB48147121-
CMYK0.6700.180.42
HSL164.24º50.77%38.24%-
HSV(B)164.24º67.35%57.65%-
XYZ15.122.8821.71-
YUV114.44131.780.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=15.19%
G=46.52%
B=38.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471210.6700.180.42164.2450.7738.24
Hex309379430122Aa43326
Octal60223171103022522446346
Binary110000100100111111001100001101001010101010100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309379; }

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

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

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

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

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

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

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

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