#309278

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

Shades of Gossamer #309278

Tints of Gossamer #309278

Color information

#309278 (or 0x309278) is unknown color: approx Gossamer. HEX triplet: 30, 92 and 78. RGB value is (48,146,120). Sum of RGB (Red+Green+Blue) = 48+146+120=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #309278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309278 is #CF6D87. Grayscale: #717171. Windows color (decimal): -13593992 or 7901744. OLE color: 7901744.

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

Color convert

RGB48146120-
CMYK0.6700.180.43
HSL164.08º50.52%38.04%-
HSV(B)164.08º67.12%57.25%-
XYZ14.8922.5421.34-
YUV113.73131.5381.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 146 (57.42% from 255) = 46.50%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=15.29%
G=46.50%
B=38.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481461200.6700.180.43164.0850.5238.04
Hex309278430122Ba43326
Octal60222170103022532446346
Binary110000100100101111000100001101001010101110100100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309278; }

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

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

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

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

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

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

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

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