#31967B

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

Shades of Gossamer #31967B

Tints of Gossamer #31967B

Color information

#31967B (or 0x31967B) is unknown color: approx Gossamer. HEX triplet: 31, 96 and 7B. RGB value is (49,150,123). Sum of RGB (Red+Green+Blue) = 49+150+123=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #31967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31967B is #CE6984. Grayscale: #747474. Windows color (decimal): -13527429 or 8099377. OLE color: 8099377.

HSL color Cylindrical-coordinate representation of color #31967B: hue angle of 163.96º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31967B is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB49150123-
CMYK0.6700.180.41
HSL163.96º50.75%39.02%-
HSV(B)163.96º67.33%58.82%-
XYZ15.7523.922.52-
YUV116.72131.5479.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.22%
GREEN value IS 150 (58.98% from 255) = 46.58%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=15.22%
G=46.58%
B=38.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491501230.6700.180.41163.9650.7539.02
Hex31967B4301229a43327
Octal61226173103022512446347
Binary110001100101101111011100001101001010100110100100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31967B; }

 p { color: rgb(49,150,123); }

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

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

 a { background-color: rgb(49,150,123); }

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

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

 span { border-color: rgb(49,150,123); }

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