#366254

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

Shades of Spectra #366254

Tints of Spectra #366254

Color information

#366254 (or 0x366254) is unknown color: approx Spectra. HEX triplet: 36, 62 and 54. RGB value is (54,98,84). Sum of RGB (Red+Green+Blue) = 54+98+84=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #366254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366254 is #C99DAB. Grayscale: #535353. Windows color (decimal): -13213100 or 5530166. OLE color: 5530166.

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

Color convert

RGB549884-
CMYK0.4500.140.62
HSL160.91º28.95%29.8%-
HSV(B)160.91º44.9%38.43%-
XYZ7.4910.169.95-
YUV83.25128.42107.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 84 (33.20% from 255) = 35.59%
R=22.88%
G=41.53%
B=35.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498840.4500.140.62160.9128.9529.8
Hex3662542D0E3Ea11d1e
Octal6614212455016762413536
Binary1101101100010101010010110101110111110101000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366254; }

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

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

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

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

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

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

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

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