#37A595

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

Shades of Gossamer #37A595

Tints of Gossamer #37A595

Color information

#37A595 (or 0x37A595) is unknown color: approx Gossamer. HEX triplet: 37, A5 and 95. RGB value is (55,165,149). Sum of RGB (Red+Green+Blue) = 55+165+149=369 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.91% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #37A595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37A595 is #C85A6A. Grayscale: #828282. Windows color (decimal): -13130347 or 9807159. OLE color: 9807159.

HSL color Cylindrical-coordinate representation of color #37A595: hue angle of 171.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37A595 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB55165149-
CMYK0.6700.100.35
HSL171.27º50%43.14%-
HSV(B)171.27º66.67%64.71%-
XYZ20.4629.8933.13-
YUV130.29138.5674.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.91%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 149 (58.59% from 255) = 40.38%
R=14.91%
G=44.72%
B=40.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal551651490.6700.100.35171.275043.14
Hex37A595430A23ab322b
Octal67245225103012432536253
Binary110111101001011001010110000110101010001110101011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,165,149); }

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

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

 a { background-color: rgb(55,165,149); }

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

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

 span { border-color: rgb(55,165,149); }

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