#37594B

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

Shades of Spectra #37594B

Tints of Spectra #37594B

Color information

#37594B (or 0x37594B) is unknown color: approx Spectra. HEX triplet: 37, 59 and 4B. RGB value is (55,89,75). Sum of RGB (Red+Green+Blue) = 55+89+75=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #37594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37594B is #C8A6B4. Grayscale: #4D4D4D. Windows color (decimal): -13149877 or 4938039. OLE color: 4938039.

HSL color Cylindrical-coordinate representation of color #37594B: hue angle of 155.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37594B is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB558975-
CMYK0.3800.160.65
HSL155.29º23.61%28.24%-
HSV(B)155.29º38.2%34.9%-
XYZ6.428.467.95-
YUV77.24126.74112.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.11%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=25.11%
G=40.64%
B=34.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589750.3800.160.65155.2923.6128.24
Hex37594B26010419b181c
Octal67131113460201012333034
Binary110111101100110010111001100100001000001100110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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