#309279

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

Shades of Gossamer #309279

Tints of Gossamer #309279

Color information

#309279 (or 0x309279) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 79. RGB value is (48,146,121). Sum of RGB (Red+Green+Blue) = 48+146+121=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #309279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309279 is #CF6D86. Grayscale: #717171. Windows color (decimal): -13593991 or 7967280. OLE color: 7967280.

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

Color convert

RGB48146121-
CMYK0.6700.170.43
HSL164.69º50.52%38.04%-
HSV(B)164.69º67.12%57.25%-
XYZ14.9522.5721.66-
YUV113.85132.0381.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.24%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=15.24%
G=46.35%
B=38.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461210.6700.170.43164.6950.5238.04
Hex309279430112Ba53326
Octal60222171103021532456346
Binary110000100100101111001100001101000110101110100101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309279; }

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

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

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

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

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

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

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

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