#379883

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

Shades of Gossamer #379883

Tints of Gossamer #379883

Color information

#379883 (or 0x379883) is unknown color: approx Gossamer. HEX triplet: 37, 98 and 83. RGB value is (55,152,131). Sum of RGB (Red+Green+Blue) = 55+152+131=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #379883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379883 is #C8677C. Grayscale: #787878. Windows color (decimal): -13133693 or 8624183. OLE color: 8624183.

HSL color Cylindrical-coordinate representation of color #379883: hue angle of 167.01º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379883 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB55152131-
CMYK0.6400.140.40
HSL167.01º46.86%40.59%-
HSV(B)167.01º63.82%59.61%-
XYZ16.924.9125.39-
YUV120.6133.8681.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=16.27%
G=44.97%
B=38.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521310.6400.140.40167.0146.8640.59
Hex379883400E28a72f29
Octal67230203100016502475751
Binary110111100110001000001110000000111010100010100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379883; }

 p { color: rgb(55,152,131); }

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

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

 a { background-color: rgb(55,152,131); }

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

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

 span { border-color: rgb(55,152,131); }

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