#375A4F

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

Shades of Spectra #375A4F

Tints of Spectra #375A4F

Color information

#375A4F (or 0x375A4F) is unknown color: approx Spectra. HEX triplet: 37, 5A and 4F. RGB value is (55,90,79). Sum of RGB (Red+Green+Blue) = 55+90+79=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #375A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A4F is #C8A5B0. Grayscale: #4E4E4E. Windows color (decimal): -13149617 or 5200439. OLE color: 5200439.

HSL color Cylindrical-coordinate representation of color #375A4F: hue angle of 161.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #375A4F is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB559079-
CMYK0.3900.120.65
HSL161.14º24.14%28.43%-
HSV(B)161.14º38.89%35.29%-
XYZ6.648.698.72-
YUV78.28128.4111.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 79 (31.25% from 255) = 35.27%
R=24.55%
G=40.18%
B=35.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5590790.3900.120.65161.1424.1428.43
Hex375A4F270C41a1181c
Octal67132117470141012413034
Binary11011110110101001111100111011001000001101000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,79); }

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

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

 a { background-color: rgb(55,90,79); }

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

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

 span { border-color: rgb(55,90,79); }

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