#319475

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

Shades of Gossamer #319475

Tints of Gossamer #319475

Color information

#319475 (or 0x319475) is unknown color: approx Gossamer. HEX triplet: 31, 94 and 75. RGB value is (49,148,117). Sum of RGB (Red+Green+Blue) = 49+148+117=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #319475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319475 is #CE6B8A. Grayscale: #727272. Windows color (decimal): -13527947 or 7705649. OLE color: 7705649.

HSL color Cylindrical-coordinate representation of color #319475: hue angle of 161.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319475 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB49148117-
CMYK0.6700.210.42
HSL161.21º50.25%38.63%-
HSV(B)161.21º66.89%58.04%-
XYZ15.0723.1220.5-
YUV114.86129.281.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 117 (46.09% from 255) = 37.26%
R=15.61%
G=47.13%
B=37.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal491481170.6700.210.42161.2150.2538.63
Hex319475430152Aa13227
Octal61224165103025522416247
Binary110001100101001110101100001101010110101010100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319475; }

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

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

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

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

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

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

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

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