#369487

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

Shades of Gossamer #369487

Tints of Gossamer #369487

Color information

#369487 (or 0x369487) is unknown color: approx Gossamer. HEX triplet: 36, 94 and 87. RGB value is (54,148,135). Sum of RGB (Red+Green+Blue) = 54+148+135=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #369487 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369487 is #C96B78. Grayscale: #767676. Windows color (decimal): -13200249 or 8885302. OLE color: 8885302.

HSL color Cylindrical-coordinate representation of color #369487: hue angle of 171.7º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369487 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB54148135-
CMYK0.6400.090.42
HSL171.7º46.53%39.61%-
HSV(B)171.7º63.51%58.04%-
XYZ16.4823.7126.63-
YUV118.41137.3682.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.02%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=16.02%
G=43.92%
B=40.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541481350.6400.090.42171.746.5339.61
Hex36948740092Aac2f28
Octal66224207100011522545750
Binary110110100101001000011110000000100110101010101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369487; }

 p { color: rgb(54,148,135); }

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

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

 a { background-color: rgb(54,148,135); }

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

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

 span { border-color: rgb(54,148,135); }

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