#366455

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

Shades of Spectra #366455

Tints of Spectra #366455

Color information

#366455 (or 0x366455) is unknown color: approx Spectra. HEX triplet: 36, 64 and 55. RGB value is (54,100,85). Sum of RGB (Red+Green+Blue) = 54+100+85=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #366455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366455 is #C99BAA. Grayscale: #545454. Windows color (decimal): -13212587 or 5596214. OLE color: 5596214.

HSL color Cylindrical-coordinate representation of color #366455: hue angle of 160.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #366455 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB5410085-
CMYK0.4600.150.61
HSL160.43º29.87%30.2%-
HSV(B)160.43º46%39.22%-
XYZ7.7210.5510.22-
YUV84.54128.26106.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=22.59%
G=41.84%
B=35.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100850.4600.150.61160.4329.8730.2
Hex3664552E0F3Da01e1e
Octal6614412556017752403636
Binary1101101100100101010110111001111111101101000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366455; }

 p { color: rgb(54,100,85); }

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

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

 a { background-color: rgb(54,100,85); }

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

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

 span { border-color: rgb(54,100,85); }

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