#36988A

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

Shades of Gossamer #36988A

Tints of Gossamer #36988A

Color information

#36988A (or 0x36988A) is unknown color: approx Gossamer. HEX triplet: 36, 98 and 8A. RGB value is (54,152,138). Sum of RGB (Red+Green+Blue) = 54+152+138=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #36988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36988A is #C96775. Grayscale: #797979. Windows color (decimal): -13199222 or 9082934. OLE color: 9082934.

HSL color Cylindrical-coordinate representation of color #36988A: hue angle of 171.43º 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 #36988A is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB54152138-
CMYK0.6400.090.40
HSL171.43º47.57%40.39%-
HSV(B)171.43º64.47%59.61%-
XYZ17.3425.0827.97-
YUV121.1137.5380.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 15.70%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=15.70%
G=44.19%
B=40.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal541521380.6400.090.40171.4347.5740.39
Hex36988A400928ab3028
Octal66230212100011502536050
Binary110110100110001000101010000000100110100010101011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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