#376056

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

Shades of Spectra #376056

Tints of Spectra #376056

Color information

#376056 (or 0x376056) is unknown color: approx Spectra. HEX triplet: 37, 60 and 56. RGB value is (55,96,86). Sum of RGB (Red+Green+Blue) = 55+96+86=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #376056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376056 is #C89FA9. Grayscale: #525252. Windows color (decimal): -13148074 or 5660727. OLE color: 5660727.

HSL color Cylindrical-coordinate representation of color #376056: hue angle of 165.37º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #376056 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB559686-
CMYK0.4300.100.62
HSL165.37º27.15%29.61%-
HSV(B)165.37º42.71%37.65%-
XYZ7.449.8510.31-
YUV82.6129.92108.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=23.21%
G=40.51%
B=36.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596860.4300.100.62165.3727.1529.61
Hex3760562B0A3Ea51b1e
Octal6714012653012762453336
Binary1101111100000101011010101101010111110101001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376056; }

 p { color: rgb(55,96,86); }

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

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

 a { background-color: rgb(55,96,86); }

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

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

 span { border-color: rgb(55,96,86); }

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