#376850

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

Shades of Spectra #376850

Tints of Spectra #376850

Color information

#376850 (or 0x376850) is unknown color: approx Spectra. HEX triplet: 37, 68 and 50. RGB value is (55,104,80). Sum of RGB (Red+Green+Blue) = 55+104+80=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #376850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376850 is #C897AF. Grayscale: #565656. Windows color (decimal): -13146032 or 5269559. OLE color: 5269559.

HSL color Cylindrical-coordinate representation of color #376850: hue angle of 150.61º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376850 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB5510480-
CMYK0.4700.230.59
HSL150.61º30.82%31.18%-
HSV(B)150.61º47.12%40.78%-
XYZ7.9711.299.35-
YUV86.61124.27105.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=23.01%
G=43.51%
B=33.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104800.4700.230.59150.6130.8231.18
Hex3768502F0173B971f1f
Octal6715012057027732273737
Binary11011111010001010000101111010111111011100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376850; }

 p { color: rgb(55,104,80); }

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

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

 a { background-color: rgb(55,104,80); }

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

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

 span { border-color: rgb(55,104,80); }

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