#37AB85

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

Shades of Gossamer #37AB85

Tints of Gossamer #37AB85

Color information

#37AB85 (or 0x37AB85) is unknown color: approx Gossamer. HEX triplet: 37, AB and 85. RGB value is (55,171,133). Sum of RGB (Red+Green+Blue) = 55+171+133=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #37AB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AB85 is #C8547A. Grayscale: #848484. Windows color (decimal): -13128827 or 8760119. OLE color: 8760119.

HSL color Cylindrical-coordinate representation of color #37AB85: hue angle of 160.34º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AB85 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB55171133-
CMYK0.6800.220.33
HSL160.34º51.33%44.31%-
HSV(B)160.34º67.84%67.06%-
XYZ20.3731.6327.22-
YUV131.98128.5773.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.32%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=15.32%
G=47.63%
B=37.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551711330.6800.220.33160.3451.3344.31
Hex37AB854401621a0332c
Octal67253205104026412406354
Binary1101111010101110000101100010001011010000110100000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37AB85; }

 p { color: rgb(55,171,133); }

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

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

 a { background-color: rgb(55,171,133); }

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

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

 span { border-color: rgb(55,171,133); }

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