#319975

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

Shades of Gossamer #319975

Tints of Gossamer #319975

Color information

#319975 (or 0x319975) is unknown color: approx Gossamer. HEX triplet: 31, 99 and 75. RGB value is (49,153,117). Sum of RGB (Red+Green+Blue) = 49+153+117=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #319975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319975 is #CE668A. Grayscale: #757575. Windows color (decimal): -13526667 or 7706929. OLE color: 7706929.

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

Color convert

RGB49153117-
CMYK0.6800.240.4
HSL159.23º51.49%39.61%-
HSV(B)159.23º67.97%60%-
XYZ15.8724.7220.76-
YUV117.8127.5478.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=15.36%
G=47.96%
B=36.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491531170.6800.240.4159.2351.4939.61
Hex31997544018289f3328
Octal61231165104030502376350
Binary110001100110011110101100010001100010100010011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319975; }

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

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

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

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

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

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

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

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