#319983

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

Shades of Gossamer #319983

Tints of Gossamer #319983

Color information

#319983 (or 0x319983) is unknown color: approx Gossamer. HEX triplet: 31, 99 and 83. RGB value is (49,153,131). Sum of RGB (Red+Green+Blue) = 49+153+131=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #319983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319983 is #CE667C. Grayscale: #777777. Windows color (decimal): -13526653 or 8624433. OLE color: 8624433.

HSL color Cylindrical-coordinate representation of color #319983: hue angle of 167.31º 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 #319983 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB49153131-
CMYK0.6800.140.4
HSL167.31º51.49%39.61%-
HSV(B)167.31º67.97%60%-
XYZ16.7525.0725.43-
YUV119.4134.5477.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.71%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=14.71%
G=45.95%
B=39.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal491531310.6800.140.4167.3151.4939.61
Hex319983440E28a73328
Octal61231203104016502476350
Binary110001100110011000001110001000111010100010100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319983; }

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

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

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

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

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

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

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

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