#375D4E

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

Shades of Spectra #375D4E

Tints of Spectra #375D4E

Color information

#375D4E (or 0x375D4E) is unknown color: approx Spectra. HEX triplet: 37, 5D and 4E. RGB value is (55,93,78). Sum of RGB (Red+Green+Blue) = 55+93+78=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #375D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D4E is #C8A2B1. Grayscale: #4F4F4F. Windows color (decimal): -13148850 or 5135671. OLE color: 5135671.

HSL color Cylindrical-coordinate representation of color #375D4E: hue angle of 156.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #375D4E is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB559378-
CMYK0.4100.160.64
HSL156.32º25.68%29.02%-
HSV(B)156.32º40.86%36.47%-
XYZ6.879.198.62-
YUV79.93126.91110.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=24.34%
G=41.15%
B=34.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5593780.4100.160.64156.3225.6829.02
Hex375D4E29010409c1a1d
Octal67135116510201002343235
Binary110111101110110011101010010100001000000100111001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D4E; }

 p { color: rgb(55,93,78); }

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

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

 a { background-color: rgb(55,93,78); }

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

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

 span { border-color: rgb(55,93,78); }

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