#379277

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

Shades of Gossamer #379277

Tints of Gossamer #379277

Color information

#379277 (or 0x379277) is unknown color: approx Gossamer. HEX triplet: 37, 92 and 77. RGB value is (55,146,119). Sum of RGB (Red+Green+Blue) = 55+146+119=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #379277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379277 is #C86D88. Grayscale: #737373. Windows color (decimal): -13135241 or 7836215. OLE color: 7836215.

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

Color convert

RGB55146119-
CMYK0.6200.180.43
HSL162.2º45.27%39.41%-
HSV(B)162.2º62.33%57.25%-
XYZ15.1822.721.03-
YUV115.71129.8584.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=17.19%
G=45.62%
B=37.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551461190.6200.180.43162.245.2739.41
Hex3792773E0122Ba22d27
Octal6722216776022532425547
Binary11011110010010111011111111001001010101110100010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379277; }

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

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

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

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

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

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

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

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