#36988D

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

Shades of Gossamer #36988D

Tints of Gossamer #36988D

Color information

#36988D (or 0x36988D) is unknown color: approx Gossamer. HEX triplet: 36, 98 and 8D. RGB value is (54,152,141). Sum of RGB (Red+Green+Blue) = 54+152+141=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #36988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36988D is #C96772. Grayscale: #797979. Windows color (decimal): -13199219 or 9279542. OLE color: 9279542.

HSL color Cylindrical-coordinate representation of color #36988D: hue angle of 173.27º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36988D is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB54152141-
CMYK0.6400.070.40
HSL173.27º47.57%40.39%-
HSV(B)173.27º64.47%59.61%-
XYZ17.5625.1629.13-
YUV121.44139.0379.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.56%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=15.56%
G=43.80%
B=40.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541521410.6400.070.40173.2747.5740.39
Hex36988D400728ad3028
Octal6623021510007502556050
Binary11011010011000100011011000000011110100010101101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36988D; }

 p { color: rgb(54,152,141); }

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

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

 a { background-color: rgb(54,152,141); }

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

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

 span { border-color: rgb(54,152,141); }

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