#369178

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

Shades of Gossamer #369178

Tints of Gossamer #369178

Color information

#369178 (or 0x369178) is unknown color: approx Gossamer. HEX triplet: 36, 91 and 78. RGB value is (54,145,120). Sum of RGB (Red+Green+Blue) = 54+145+120=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #369178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369178 is #C96E87. Grayscale: #727272. Windows color (decimal): -13201032 or 7901494. OLE color: 7901494.

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

Color convert

RGB54145120-
CMYK0.6300.170.43
HSL163.52º45.73%39.02%-
HSV(B)163.52º62.76%56.86%-
XYZ15.0422.3921.3-
YUV114.94130.8584.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=16.93%
G=45.45%
B=37.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541451200.6300.170.43163.5245.7339.02
Hex3691783F0112Ba42e27
Octal6622117077021532445647
Binary11011010010001111100011111101000110101110100100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369178; }

 p { color: rgb(54,145,120); }

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

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

 a { background-color: rgb(54,145,120); }

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

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

 span { border-color: rgb(54,145,120); }

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