#366456

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

Shades of Spectra #366456

Tints of Spectra #366456

Color information

#366456 (or 0x366456) is unknown color: approx Spectra. HEX triplet: 36, 64 and 56. RGB value is (54,100,86). Sum of RGB (Red+Green+Blue) = 54+100+86=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #366456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366456 is #C99BA9. Grayscale: #545454. Windows color (decimal): -13212586 or 5661750. OLE color: 5661750.

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

Color convert

RGB5410086-
CMYK0.4600.140.61
HSL161.74º29.87%30.2%-
HSV(B)161.74º46%39.22%-
XYZ7.7610.5710.44-
YUV84.65128.76106.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=22.5%
G=41.67%
B=35.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100860.4600.140.61161.7429.8730.2
Hex3664562E0E3Da21e1e
Octal6614412656016752423636
Binary1101101100100101011010111001110111101101000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366456; }

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

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

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

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

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

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

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

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