#37574E

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

Shades of Spectra #37574E

Tints of Spectra #37574E

Color information

#37574E (or 0x37574E) is unknown color: approx Spectra. HEX triplet: 37, 57 and 4E. RGB value is (55,87,78). Sum of RGB (Red+Green+Blue) = 55+87+78=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 87 - color contains mainly: green. Hex color #37574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37574E is #C8A8B1. Grayscale: #4C4C4C. Windows color (decimal): -13150386 or 5134135. OLE color: 5134135.

HSL color Cylindrical-coordinate representation of color #37574E: hue angle of 163.12º 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 #37574E is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB558778-
CMYK0.3700.100.66
HSL163.12º22.54%27.84%-
HSV(B)163.12º36.78%34.12%-
XYZ6.368.188.45-
YUV76.41128.9112.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 39.55%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=25%
G=39.55%
B=35.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587780.3700.100.66163.1222.5427.84
Hex37574E250A42a3171c
Octal67127116450121022432734
Binary11011110101111001110100101010101000010101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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