#37564A

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

Shades of Spectra #37564A

Tints of Spectra #37564A

Color information

#37564A (or 0x37564A) is unknown color: approx Spectra. HEX triplet: 37, 56 and 4A. RGB value is (55,86,74). Sum of RGB (Red+Green+Blue) = 55+86+74=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #37564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37564A is #C8A9B5. Grayscale: #4B4B4B. Windows color (decimal): -13150646 or 4871735. OLE color: 4871735.

HSL color Cylindrical-coordinate representation of color #37564A: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37564A is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB558674-
CMYK0.3600.140.66
HSL156.77º21.99%27.65%-
HSV(B)156.77º36.05%33.73%-
XYZ6.147.967.69-
YUV75.36127.23113.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=25.58%
G=40%
B=34.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586740.3600.140.66156.7721.9927.65
Hex37564A240E429d161c
Octal67126112440161022352634
Binary11011110101101001010100100011101000010100111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37564A; }

 p { color: rgb(55,86,74); }

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

<style>
 a { background-color: #37564A; }

 a { background-color: rgb(55,86,74); }

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

<style>
 span { border-color: #37564A; }

 span { border-color: rgb(55,86,74); }

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