#379280

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

Shades of Gossamer #379280

Tints of Gossamer #379280

Color information

#379280 (or 0x379280) is unknown color: approx Gossamer. HEX triplet: 37, 92 and 80. RGB value is (55,146,128). Sum of RGB (Red+Green+Blue) = 55+146+128=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #379280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379280 is #C86D7F. Grayscale: #747474. Windows color (decimal): -13135232 or 8426039. OLE color: 8426039.

HSL color Cylindrical-coordinate representation of color #379280: hue angle of 168.13º 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 #379280 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB55146128-
CMYK0.6200.120.43
HSL168.13º45.27%39.41%-
HSV(B)168.13º62.33%57.25%-
XYZ15.7522.9324.02-
YUV116.74134.3583.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=16.72%
G=44.38%
B=38.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551461280.6200.120.43168.1345.2739.41
Hex3792803E0C2Ba82d27
Octal6722220076014532505547
Binary11011110010010100000001111100110010101110101000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379280; }

 p { color: rgb(55,146,128); }

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

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

 a { background-color: rgb(55,146,128); }

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

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

 span { border-color: rgb(55,146,128); }

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