#319D88

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

Shades of Gossamer #319D88

Tints of Gossamer #319D88

Color information

#319D88 (or 0x319D88) is unknown color: approx Gossamer. HEX triplet: 31, 9D and 88. RGB value is (49,157,136). Sum of RGB (Red+Green+Blue) = 49+157+136=342 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.33% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #319D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319D88 is #CE6277. Grayscale: #7A7A7A. Windows color (decimal): -13525624 or 8953137. OLE color: 8953137.

HSL color Cylindrical-coordinate representation of color #319D88: hue angle of 168.33º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319D88 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB49157136-
CMYK0.6900.130.38
HSL168.33º52.43%40.39%-
HSV(B)168.33º68.79%61.57%-
XYZ17.7726.5427.48-
YUV122.31135.7275.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.33%
GREEN value IS 157 (61.72% from 255) = 45.91%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=14.33%
G=45.91%
B=39.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491571360.6900.130.38168.3352.4340.39
Hex319D88450D26a83428
Octal61235210105015462506450
Binary110001100111011000100010001010110110011010101000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319D88; }

 p { color: rgb(49,157,136); }

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

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

 a { background-color: rgb(49,157,136); }

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

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

 span { border-color: rgb(49,157,136); }

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