#37574B

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

Shades of Spectra #37574B

Tints of Spectra #37574B

Color information

#37574B (or 0x37574B) is unknown color: approx Spectra. HEX triplet: 37, 57 and 4B. RGB value is (55,87,75). Sum of RGB (Red+Green+Blue) = 55+87+75=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #37574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37574B is #C8A8B4. Grayscale: #4C4C4C. Windows color (decimal): -13150389 or 4937527. OLE color: 4937527.

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

Color convert

RGB558775-
CMYK0.3700.140.66
HSL157.5º22.54%27.84%-
HSV(B)157.5º36.78%34.12%-
XYZ6.258.147.9-
YUV76.06127.4112.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=25.35%
G=40.09%
B=34.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5587750.3700.140.66157.522.5427.84
Hex37574B250E429e171c
Octal67127113450161022362734
Binary11011110101111001011100101011101000010100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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