#375E4F

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

Shades of Spectra #375E4F

Tints of Spectra #375E4F

Color information

#375E4F (or 0x375E4F) is unknown color: approx Spectra. HEX triplet: 37, 5E and 4F. RGB value is (55,94,79). Sum of RGB (Red+Green+Blue) = 55+94+79=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 94 - color contains mainly: green. Hex color #375E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E4F is #C8A1B0. Grayscale: #505050. Windows color (decimal): -13148593 or 5201463. OLE color: 5201463.

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

Color convert

RGB559479-
CMYK0.4100.160.63
HSL156.92º26.17%29.22%-
HSV(B)156.92º41.49%36.86%-
XYZ6.999.388.84-
YUV80.63127.08109.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=24.12%
G=41.23%
B=34.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594790.4100.160.63156.9226.1729.22
Hex375E4F290103F9d1a1d
Octal6713611751020772353235
Binary11011110111101001111101001010000111111100111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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