#37584A

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

Shades of Spectra #37584A

Tints of Spectra #37584A

Color information

#37584A (or 0x37584A) is unknown color: approx Spectra. HEX triplet: 37, 58 and 4A. RGB value is (55,88,74). Sum of RGB (Red+Green+Blue) = 55+88+74=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 88 - color contains mainly: green. Hex color #37584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37584A is #C8A7B5. Grayscale: #4C4C4C. Windows color (decimal): -13150134 or 4872247. OLE color: 4872247.

HSL color Cylindrical-coordinate representation of color #37584A: hue angle of 154.55º degrees, saturation: 0.23, 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 #37584A is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB558874-
CMYK0.3800.160.65
HSL154.55º23.08%28.04%-
HSV(B)154.55º37.5%34.51%-
XYZ6.38.297.75-
YUV76.54126.57112.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=25.35%
G=40.55%
B=34.10%

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
Decimal5588740.3800.160.65154.5523.0828.04
Hex37584A26010419b171c
Octal67130112460201012332734
Binary110111101100010010101001100100001000001100110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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