#369E82

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

Shades of Gossamer #369E82

Tints of Gossamer #369E82

Color information

#369E82 (or 0x369E82) is unknown color: approx Gossamer. HEX triplet: 36, 9E and 82. RGB value is (54,158,130). Sum of RGB (Red+Green+Blue) = 54+158+130=342 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.79% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #369E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369E82 is #C9617D. Grayscale: #7B7B7B. Windows color (decimal): -13197694 or 8560182. OLE color: 8560182.

HSL color Cylindrical-coordinate representation of color #369E82: hue angle of 163.85º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369E82 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB54158130-
CMYK0.6600.180.38
HSL163.85º49.06%41.57%-
HSV(B)163.85º65.82%61.96%-
XYZ17.7826.8525.36-
YUV123.71131.5478.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.79%
GREEN value IS 158 (62.11% from 255) = 46.20%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=15.79%
G=46.20%
B=38.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal541581300.6600.180.38163.8549.0641.57
Hex369E824201226a4312a
Octal66236202102022462446152
Binary1101101001111010000010100001001001010011010100100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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