#309975

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

Shades of Gossamer #309975

Tints of Gossamer #309975

Color information

#309975 (or 0x309975) is unknown color: approx Gossamer. HEX triplet: 30, 99 and 75. RGB value is (48,153,117). Sum of RGB (Red+Green+Blue) = 48+153+117=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #309975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309975 is #CF668A. Grayscale: #757575. Windows color (decimal): -13592203 or 7706928. OLE color: 7706928.

HSL color Cylindrical-coordinate representation of color #309975: hue angle of 159.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309975 is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB48153117-
CMYK0.6900.240.4
HSL159.43º52.24%39.41%-
HSV(B)159.43º68.63%60%-
XYZ15.8224.720.76-
YUV117.5127.7178.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=15.09%
G=48.11%
B=36.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531170.6900.240.4159.4352.2439.41
Hex30997545018289f3427
Octal60231165105030502376447
Binary110000100110011110101100010101100010100010011111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309975; }

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

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

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

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

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

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

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

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