#37564B

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

Shades of Spectra #37564B

Tints of Spectra #37564B

Color information

#37564B (or 0x37564B) is unknown color: approx Spectra. HEX triplet: 37, 56 and 4B. RGB value is (55,86,75). Sum of RGB (Red+Green+Blue) = 55+86+75=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #37564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37564B is #C8A9B4. Grayscale: #4B4B4B. Windows color (decimal): -13150645 or 4937271. OLE color: 4937271.

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

Color convert

RGB558675-
CMYK0.3600.130.66
HSL158.71º21.99%27.65%-
HSV(B)158.71º36.05%33.73%-
XYZ6.177.987.87-
YUV75.48127.73113.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=25.46%
G=39.81%
B=34.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5586750.3600.130.66158.7121.9927.65
Hex37564B240D429f161c
Octal67126113440151022372634
Binary11011110101101001011100100011011000010100111111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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