#366551

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

Shades of Spectra #366551

Tints of Spectra #366551

Color information

#366551 (or 0x366551) is unknown color: approx Spectra. HEX triplet: 36, 65 and 51. RGB value is (54,101,81). Sum of RGB (Red+Green+Blue) = 54+101+81=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #366551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366551 is #C99AAE. Grayscale: #545454. Windows color (decimal): -13212335 or 5334326. OLE color: 5334326.

HSL color Cylindrical-coordinate representation of color #366551: hue angle of 154.47º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366551 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB5410181-
CMYK0.4700.200.60
HSL154.47º30.32%30.39%-
HSV(B)154.47º46.53%39.61%-
XYZ7.6610.699.44-
YUV84.67125.93106.13-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=22.88%
G=42.80%
B=34.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54101810.4700.200.60154.4730.3230.39
Hex3665512F0143C9a1e1e
Octal6614512157024742323636
Binary11011011001011010001101111010100111100100110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366551; }

 p { color: rgb(54,101,81); }

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

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

 a { background-color: rgb(54,101,81); }

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

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

 span { border-color: rgb(54,101,81); }

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