#369084

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

Shades of Gossamer #369084

Tints of Gossamer #369084

Color information

#369084 (or 0x369084) is unknown color: approx Gossamer. HEX triplet: 36, 90 and 84. RGB value is (54,144,132). Sum of RGB (Red+Green+Blue) = 54+144+132=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #369084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369084 is #C96F7B. Grayscale: #737373. Windows color (decimal): -13201276 or 8687670. OLE color: 8687670.

HSL color Cylindrical-coordinate representation of color #369084: hue angle of 172º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #369084 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB54144132-
CMYK0.6300.080.44
HSL172º45.45%38.82%-
HSV(B)172º62.5%56.47%-
XYZ15.6622.425.33-
YUV115.72137.1883.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 132 (51.95% from 255) = 40%
R=16.36%
G=43.64%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541441320.6300.080.4417245.4538.82
Hex3690843F082Cac2d27
Octal6622020477010542545547
Binary11011010010000100001001111110100010110010101100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369084; }

 p { color: rgb(54,144,132); }

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

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

 a { background-color: rgb(54,144,132); }

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

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

 span { border-color: rgb(54,144,132); }

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