#375B4E

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

Shades of Spectra #375B4E

Tints of Spectra #375B4E

Color information

#375B4E (or 0x375B4E) is unknown color: approx Spectra. HEX triplet: 37, 5B and 4E. RGB value is (55,91,78). Sum of RGB (Red+Green+Blue) = 55+91+78=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #375B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375B4E is #C8A4B1. Grayscale: #4E4E4E. Windows color (decimal): -13149362 or 5135159. OLE color: 5135159.

HSL color Cylindrical-coordinate representation of color #375B4E: hue angle of 158.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #375B4E is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.

Color convert

RGB559178-
CMYK0.4000.140.64
HSL158.33º24.66%28.63%-
HSV(B)158.33º39.56%35.69%-
XYZ6.698.848.56-
YUV78.75127.57111.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=24.55%
G=40.62%
B=34.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5591780.4000.140.64158.3324.6628.63
Hex375B4E280E409e191d
Octal67133116500161002363135
Binary11011110110111001110101000011101000000100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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