#369B84

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

Shades of Gossamer #369B84

Tints of Gossamer #369B84

Color information

#369B84 (or 0x369B84) is unknown color: approx Gossamer. HEX triplet: 36, 9B and 84. RGB value is (54,155,132). Sum of RGB (Red+Green+Blue) = 54+155+132=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #369B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369B84 is #C9647B. Grayscale: #7A7A7A. Windows color (decimal): -13198460 or 8690486. OLE color: 8690486.

HSL color Cylindrical-coordinate representation of color #369B84: hue angle of 166.34º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B84 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB54155132-
CMYK0.6500.150.39
HSL166.34º48.33%40.98%-
HSV(B)166.34º65.16%60.78%-
XYZ17.4125.8925.91-
YUV122.18133.5479.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.84%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=15.84%
G=45.45%
B=38.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551320.6500.150.39166.3448.3340.98
Hex369B84410F27a63029
Octal66233204101017472466051
Binary110110100110111000010010000010111110011110100110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369B84; }

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

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

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

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

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

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

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

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