#375449

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

Shades of Spectra #375449

Tints of Spectra #375449

Color information

#375449 (or 0x375449) is unknown color: approx Spectra. HEX triplet: 37, 54 and 49. RGB value is (55,84,73). Sum of RGB (Red+Green+Blue) = 55+84+73=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #375449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375449 is #C8ABB6. Grayscale: #4A4A4A. Windows color (decimal): -13151159 or 4805687. OLE color: 4805687.

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

Color convert

RGB558473-
CMYK0.3500.130.67
HSL157.24º20.86%27.25%-
HSV(B)157.24º34.52%32.94%-
XYZ5.957.637.46-
YUV74.08127.39114.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=25.94%
G=39.62%
B=34.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584730.3500.130.67157.2420.8627.25
Hex375449230D439d151b
Octal67124111430151032352533
Binary11011110101001001001100011011011000011100111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375449; }

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

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

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

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

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

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

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

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