#375E4E

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

Shades of Spectra #375E4E

Tints of Spectra #375E4E

Color information

#375E4E (or 0x375E4E) is unknown color: approx Spectra. HEX triplet: 37, 5E and 4E. RGB value is (55,94,78). Sum of RGB (Red+Green+Blue) = 55+94+78=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #375E4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375E4E is #C8A1B1. Grayscale: #505050. Windows color (decimal): -13148594 or 5135927. OLE color: 5135927.

HSL color Cylindrical-coordinate representation of color #375E4E: hue angle of 155.38º 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 #375E4E is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB559478-
CMYK0.4100.170.63
HSL155.38º26.17%29.22%-
HSV(B)155.38º41.49%36.86%-
XYZ6.959.378.65-
YUV80.51126.58109.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 94 (37.11% from 255) = 41.41%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=24.23%
G=41.41%
B=34.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5594780.4100.170.63155.3826.1729.22
Hex375E4E290113F9b1a1d
Octal6713611651021772333235
Binary11011110111101001110101001010001111111100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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