#369488

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

Shades of Gossamer #369488

Tints of Gossamer #369488

Color information

#369488 (or 0x369488) is unknown color: approx Gossamer. HEX triplet: 36, 94 and 88. RGB value is (54,148,136). Sum of RGB (Red+Green+Blue) = 54+148+136=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #369488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369488 is #C96B77. Grayscale: #767676. Windows color (decimal): -13200248 or 8950838. OLE color: 8950838.

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

Color convert

RGB54148136-
CMYK0.6400.080.42
HSL172.34º46.53%39.61%-
HSV(B)172.34º63.51%58.04%-
XYZ16.5623.7427-
YUV118.53137.8681.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.98%
GREEN value IS 148 (58.20% from 255) = 43.79%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=15.98%
G=43.79%
B=40.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541481360.6400.080.42172.3446.5339.61
Hex36948840082Aac2f28
Octal66224210100010522545750
Binary110110100101001000100010000000100010101010101100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369488; }

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

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

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

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

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

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

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

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