#379183

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

Shades of Gossamer #379183

Tints of Gossamer #379183

Color information

#379183 (or 0x379183) is unknown color: approx Gossamer. HEX triplet: 37, 91 and 83. RGB value is (55,145,131). Sum of RGB (Red+Green+Blue) = 55+145+131=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #379183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379183 is #C86E7C. Grayscale: #747474. Windows color (decimal): -13135485 or 8622391. OLE color: 8622391.

HSL color Cylindrical-coordinate representation of color #379183: hue angle of 170.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379183 is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB55145131-
CMYK0.6200.100.43
HSL170.67º45%39.22%-
HSV(B)170.67º62.07%56.86%-
XYZ15.822.725.02-
YUV116.49136.1884.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=16.62%
G=43.81%
B=39.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551451310.6200.100.43170.674539.22
Hex3791833E0A2Bab2d27
Octal6722120376012532535547
Binary11011110010001100000111111100101010101110101011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379183; }

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

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

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

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

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

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

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

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