#376051

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

Shades of Spectra #376051

Tints of Spectra #376051

Color information

#376051 (or 0x376051) is unknown color: approx Spectra. HEX triplet: 37, 60 and 51. RGB value is (55,96,81). Sum of RGB (Red+Green+Blue) = 55+96+81=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #376051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376051 is #C89FAE. Grayscale: #525252. Windows color (decimal): -13148079 or 5333047. OLE color: 5333047.

HSL color Cylindrical-coordinate representation of color #376051: hue angle of 158.05º 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 #376051 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB559681-
CMYK0.4300.160.62
HSL158.05º27.15%29.61%-
HSV(B)158.05º42.71%37.65%-
XYZ7.249.779.29-
YUV82.03127.42108.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=23.71%
G=41.38%
B=34.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5596810.4300.160.62158.0527.1529.61
Hex3760512B0103E9e1b1e
Octal6714012153020762363336
Binary11011111000001010001101011010000111110100111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376051; }

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

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

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

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

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

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

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

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