#359278

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

Shades of Gossamer #359278

Tints of Gossamer #359278

Color information

#359278 (or 0x359278) is unknown color: approx Gossamer. HEX triplet: 35, 92 and 78. RGB value is (53,146,120). Sum of RGB (Red+Green+Blue) = 53+146+120=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #359278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359278 is #CA6D87. Grayscale: #737373. Windows color (decimal): -13266312 or 7901749. OLE color: 7901749.

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

Color convert

RGB53146120-
CMYK0.6400.180.43
HSL163.23º46.73%39.02%-
HSV(B)163.23º63.7%57.25%-
XYZ15.1422.6721.35-
YUV115.23130.6983.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=16.61%
G=45.77%
B=37.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531461200.6400.180.43163.2346.7339.02
Hex359278400122Ba32f27
Octal65222170100022532435747
Binary110101100100101111000100000001001010101110100011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359278; }

 p { color: rgb(53,146,120); }

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

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

 a { background-color: rgb(53,146,120); }

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

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

 span { border-color: rgb(53,146,120); }

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