#366256

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

Shades of Spectra #366256

Tints of Spectra #366256

Color information

#366256 (or 0x366256) is unknown color: approx Spectra. HEX triplet: 36, 62 and 56. RGB value is (54,98,86). Sum of RGB (Red+Green+Blue) = 54+98+86=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #366256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366256 is #C99DA9. Grayscale: #535353. Windows color (decimal): -13213098 or 5661238. OLE color: 5661238.

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

Color convert

RGB549886-
CMYK0.4500.120.62
HSL163.64º28.95%29.8%-
HSV(B)163.64º44.9%38.43%-
XYZ7.5710.1910.37-
YUV83.48129.42106.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=22.69%
G=41.18%
B=36.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498860.4500.120.62163.6428.9529.8
Hex3662562D0C3Ea41d1e
Octal6614212655014762443536
Binary1101101100010101011010110101100111110101001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366256; }

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

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

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

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

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

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

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

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