#309375

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

Shades of Gossamer #309375

Tints of Gossamer #309375

Color information

#309375 (or 0x309375) is unknown color: approx Gossamer. HEX triplet: 30, 93 and 75. RGB value is (48,147,117). Sum of RGB (Red+Green+Blue) = 48+147+117=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #309375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309375 is #CF6C8A. Grayscale: #727272. Windows color (decimal): -13593739 or 7705392. OLE color: 7705392.

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

Color convert

RGB48147117-
CMYK0.6700.200.42
HSL161.82º50.77%38.24%-
HSV(B)161.82º67.35%57.65%-
XYZ14.8622.7820.44-
YUV113.98129.780.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=15.38%
G=47.12%
B=37.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481471170.6700.200.42161.8250.7738.24
Hex309375430142Aa23326
Octal60223165103024522426346
Binary110000100100111110101100001101010010101010100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309375; }

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

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

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

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

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

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

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

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