#369582

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

Shades of Gossamer #369582

Tints of Gossamer #369582

Color information

#369582 (or 0x369582) is unknown color: approx Gossamer. HEX triplet: 36, 95 and 82. RGB value is (54,149,130). Sum of RGB (Red+Green+Blue) = 54+149+130=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #369582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369582 is #C96A7D. Grayscale: #767676. Windows color (decimal): -13199998 or 8557878. OLE color: 8557878.

HSL color Cylindrical-coordinate representation of color #369582: hue angle of 168º 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 #369582 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB54149130-
CMYK0.6400.130.42
HSL168º46.8%39.8%-
HSV(B)168º63.76%58.43%-
XYZ16.323.8924.87-
YUV118.43134.5382.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.22%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=16.22%
G=44.74%
B=39.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541491300.6400.130.4216846.839.8
Hex369582400D2Aa82f28
Octal66225202100015522505750
Binary110110100101011000001010000000110110101010101000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369582; }

 p { color: rgb(54,149,130); }

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

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

 a { background-color: rgb(54,149,130); }

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

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

 span { border-color: rgb(54,149,130); }

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