#375549

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

Shades of Spectra #375549

Tints of Spectra #375549

Color information

#375549 (or 0x375549) is unknown color: approx Spectra. HEX triplet: 37, 55 and 49. RGB value is (55,85,73). Sum of RGB (Red+Green+Blue) = 55+85+73=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #375549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375549 is #C8AAB6. Grayscale: #4A4A4A. Windows color (decimal): -13150903 or 4805943. OLE color: 4805943.

HSL color Cylindrical-coordinate representation of color #375549: hue angle of 156º 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 #375549 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB558573-
CMYK0.3500.140.67
HSL156º21.43%27.45%-
HSV(B)156º35.29%33.33%-
XYZ6.037.797.49-
YUV74.66127.06113.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.82%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=25.82%
G=39.91%
B=34.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5585730.3500.140.6715621.4327.45
Hex375549230E439c151b
Octal67125111430161032342533
Binary11011110101011001001100011011101000011100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375549; }

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

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

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

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

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

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

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

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