#37987D

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

Shades of Gossamer #37987D

Tints of Gossamer #37987D

Color information

#37987D (or 0x37987D) is unknown color: approx Gossamer. HEX triplet: 37, 98 and 7D. RGB value is (55,152,125). Sum of RGB (Red+Green+Blue) = 55+152+125=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #37987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37987D is #C86782. Grayscale: #777777. Windows color (decimal): -13133699 or 8230967. OLE color: 8230967.

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

Color convert

RGB55152125-
CMYK0.6400.180.40
HSL163.3º46.86%40.59%-
HSV(B)163.3º63.82%59.61%-
XYZ16.5124.7523.31-
YUV119.92130.8681.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=16.57%
G=45.78%
B=37.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551521250.6400.180.40163.346.8640.59
Hex37987D4001228a32f29
Octal67230175100022502435751
Binary110111100110001111101100000001001010100010100011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,152,125); }

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

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

 a { background-color: rgb(55,152,125); }

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

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

 span { border-color: rgb(55,152,125); }

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