#37604D

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

Shades of Spectra #37604D

Tints of Spectra #37604D

Color information

#37604D (or 0x37604D) is unknown color: approx Spectra. HEX triplet: 37, 60 and 4D. RGB value is (55,96,77). Sum of RGB (Red+Green+Blue) = 55+96+77=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #37604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37604D is #C89FB2. Grayscale: #515151. Windows color (decimal): -13148083 or 5070903. OLE color: 5070903.

HSL color Cylindrical-coordinate representation of color #37604D: hue angle of 152.2º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37604D is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB559677-
CMYK0.4300.200.62
HSL152.2º27.15%29.61%-
HSV(B)152.2º42.71%37.65%-
XYZ7.19.718.52-
YUV81.58125.42109.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 77 (30.47% from 255) = 33.77%
R=24.12%
G=42.11%
B=33.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596770.4300.200.62152.227.1529.61
Hex37604D2B0143E981b1e
Octal6714011553024762303336
Binary11011111000001001101101011010100111110100110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37604D; }

 p { color: rgb(55,96,77); }

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

<style>
 a { background-color: #37604D; }

 a { background-color: rgb(55,96,77); }

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

<style>
 span { border-color: #37604D; }

 span { border-color: rgb(55,96,77); }

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