#376256

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

Shades of Spectra #376256

Tints of Spectra #376256

Color information

#376256 (or 0x376256) is unknown color: approx Spectra. HEX triplet: 37, 62 and 56. RGB value is (55,98,86). Sum of RGB (Red+Green+Blue) = 55+98+86=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #376256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376256 is #C89DA9. Grayscale: #535353. Windows color (decimal): -13147562 or 5661239. OLE color: 5661239.

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

Color convert

RGB559886-
CMYK0.4400.120.62
HSL163.26º28.1%30%-
HSV(B)163.26º43.88%38.43%-
XYZ7.6210.2210.37-
YUV83.78129.25107.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=23.01%
G=41.00%
B=35.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598860.4400.120.62163.2628.130
Hex3762562C0C3Ea31c1e
Octal6714212654014762433436
Binary1101111100010101011010110001100111110101000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376256; }

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

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

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

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

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

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

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

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