#37554D

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

Shades of Spectra #37554D

Tints of Spectra #37554D

Color information

#37554D (or 0x37554D) is unknown color: approx Spectra. HEX triplet: 37, 55 and 4D. RGB value is (55,85,77). Sum of RGB (Red+Green+Blue) = 55+85+77=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #37554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37554D is #C8AAB2. Grayscale: #4B4B4B. Windows color (decimal): -13150899 or 5068087. OLE color: 5068087.

HSL color Cylindrical-coordinate representation of color #37554D: hue angle of 164º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37554D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB558577-
CMYK0.3500.090.67
HSL164º21.43%27.45%-
HSV(B)164º35.29%33.33%-
XYZ6.167.858.21-
YUV75.12129.06113.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=25.35%
G=39.17%
B=35.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585770.3500.090.6716421.4327.45
Hex37554D230943a4151b
Octal67125115430111032442533
Binary11011110101011001101100011010011000011101001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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