#37594F

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

Shades of Spectra #37594F

Tints of Spectra #37594F

Color information

#37594F (or 0x37594F) is unknown color: approx Spectra. HEX triplet: 37, 59 and 4F. RGB value is (55,89,79). Sum of RGB (Red+Green+Blue) = 55+89+79=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 89 - color contains mainly: green. Hex color #37594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37594F is #C8A6B0. Grayscale: #4D4D4D. Windows color (decimal): -13149873 or 5200183. OLE color: 5200183.

HSL color Cylindrical-coordinate representation of color #37594F: hue angle of 162.35º 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 #37594F is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB558979-
CMYK0.3800.110.65
HSL162.35º23.61%28.24%-
HSV(B)162.35º38.2%34.9%-
XYZ6.568.528.7-
YUV77.69128.74111.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=24.66%
G=39.91%
B=35.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589790.3800.110.65162.3523.6128.24
Hex37594F260B41a2181c
Octal67131117460131012423034
Binary11011110110011001111100110010111000001101000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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