#376851

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

Shades of Spectra #376851

Tints of Spectra #376851

Color information

#376851 (or 0x376851) is unknown color: approx Spectra. HEX triplet: 37, 68 and 51. RGB value is (55,104,81). Sum of RGB (Red+Green+Blue) = 55+104+81=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #376851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376851 is #C897AE. Grayscale: #565656. Windows color (decimal): -13146031 or 5335095. OLE color: 5335095.

HSL color Cylindrical-coordinate representation of color #376851: hue angle of 151.84º 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 #376851 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB5510481-
CMYK0.4700.220.59
HSL151.84º30.82%31.18%-
HSV(B)151.84º47.12%40.78%-
XYZ8.0111.319.54-
YUV86.73124.77105.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=22.92%
G=43.33%
B=33.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104810.4700.220.59151.8430.8231.18
Hex3768512F0163B981f1f
Octal6715012157026732303737
Binary11011111010001010001101111010110111011100110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376851; }

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

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

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

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

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

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

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

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