#37574C

Color #37574C Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #37574C

Tints of Spectra #37574C

Color information

#37574C (or 0x37574C) is unknown color: approx Spectra. HEX triplet: 37, 57 and 4C. RGB value is (55,87,76). Sum of RGB (Red+Green+Blue) = 55+87+76=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #37574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37574C is #C8A8B3. Grayscale: #4C4C4C. Windows color (decimal): -13150388 or 5003063. OLE color: 5003063.

HSL color Cylindrical-coordinate representation of color #37574C: hue angle of 159.38º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #37574C is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB558776-
CMYK0.3700.130.66
HSL159.38º22.54%27.84%-
HSV(B)159.38º36.78%34.12%-
XYZ6.298.158.08-
YUV76.18127.9112.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 87 (34.38% from 255) = 39.91%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=25.23%
G=39.91%
B=34.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587760.3700.130.66159.3822.5427.84
Hex37574C250D429f171c
Octal67127114450151022372734
Binary11011110101111001100100101011011000010100111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37574C; }

 p { color: rgb(55,87,76); }

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

<style>
 a { background-color: #37574C; }

 a { background-color: rgb(55,87,76); }

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

<style>
 span { border-color: #37574C; }

 span { border-color: rgb(55,87,76); }

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